| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-07-05 | 599 Bytes | |
| v1.11.0 source code.tar.gz | 2024-07-05 | 2.0 MB | |
| v1.11.0 source code.zip | 2024-07-05 | 2.1 MB | |
| Totals: 3 Items | 4.2 MB | 1 | |
This release includes support for Elixir 1.17 and is generally safe for most, but some setups may be broken and require small changes:
- Minimum Elixir version is now
1.13 -
If using Elixir >= 1.17,
vm.args.eexneeds to be updated to use the run function-run elixir start_cli. Firmware builds will fail ifvm.args.eexsettings are incompatible with the current Elixir version to prevent unbootable images. -
Bug Fix
- Docker build runner changed to mount
~/.sshinstead of attempting to usessh-agentwhich would run into issues compiling systems on MacOS