Is there a way to take a working environment and fully archive it to be 100% reproducible offline ?
E.g., I have a messed-up project that consists of
- public registry packages
- unversioned github packages
- local packages
I would like to wrap everything (including the julia version) and ship it (no binaries but working code as usual).
The recipient shouldn’t rely on internet connection but rather get all the code needed directly from the archive.
I guess that gets complex because a partial instance of the JULIA_DEPOT
needs to be copied and I am not aware of any discussions in this direction.