Skip to content

Commit

Permalink
fix(escript): add gproc to escript
Browse files Browse the repository at this point in the history
  • Loading branch information
id committed May 24, 2024
1 parent 06702be commit 627364f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
shell: bash
run: |
tar xf docs.tar.gz
docker run -t --rm -v $(pwd):/emqttb -w /emqttb -e CAN_BUILD_DOCS=false -e REBAR=/usr/local/bin/rebar3 $EMQX_BUILDER bash -c 'git config --global --add safe.directory /emqttb && make release && timeout -s 9 5s ./emqttb @pub -t t/%n'
docker run -t --rm -v $(pwd):/emqttb -w /emqttb -e CAN_BUILD_DOCS=false -e REBAR=/usr/local/bin/rebar3 $EMQX_BUILDER bash -c 'git config --global --add safe.directory /emqttb && make release && timeout -s 9 5s ./_build/default/bin/emqttb @pub -t t/%n'
- if: failure()
run: cat rebar3.crashdump
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
Expand Down
2 changes: 1 addition & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ end,

NewConfig =
[ {escript_incl_apps,
[emqttb |
[emqttb, gproc |
[ quicer || IsQuicSupp ]
]}
, Profiles
Expand Down

0 comments on commit 627364f

Please sign in to comment.