Closed
Description
Possibility to build rebar3 itself in a build environment without Internet access.
Build environments may be forbidden to download any online content. For security and legal reasons, all dependencies may need to be downloaded and verified in advance. This is the case at some enterprises including Ericsson's internal projects.
Most of the online fetching is possible to work around (e.g. using _checkouts
) but not bootstrapping.
Current behaviour
The bootstrap script fetches dependencies from Hex using inets httpc.
Related:
- rebar in offline mode? #1281
- https://stackoverflow.com/questions/68854474/is-it-possible-to-run-bootstrap-for-rebar3-offline
Expected behaviour
Some way to provide the dependencies to the bootstrap script, for example using _checkouts
.
I'm willing to contribute a solution. Please let me know if you have a preferred solution in mind.
Metadata
Metadata
Assignees
Labels
No labels