Skip to content

Conversation

@UncleGrumpy
Copy link
Collaborator

Add nowarn_sasl to the rebar.config erl_opts to suppress the warning when assembling the release:

*WARNING* Missing application sasl. Can not upgrade with this release

This escript tool does not need sasl since we are not doing OTP application style upgrades. We can safely ignore this warning, and it may be confusing or misleading to users.

See issue #34.

Add `nowarn_sasl` to the rebar.config erl_opts to suppress the warning when assembling the release:
```
*WARNING* Missing application sasl. Can not upgrade with this release
```

This escript tool does not need sasl since we are not doing OTP application style upgrades. We can
safely ignore this warning, and it may be confusing or misleading to users.

See issue atomvm#34.

Signed-off-by: Winford <[email protected]>
@UncleGrumpy UncleGrumpy merged commit b17f9dc into atomvm:master Aug 17, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants