Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate deps installation to use artifacts and install JLL packages
In order to bundle JLL packages (and their respective binary artifacts) alongside Julia distributions, we alter the build process to first download JLL packages, then parse the `Artifacts.toml` file and generate Makefile targets to download and unpack those artifacts into the stdlib depot. This makes heavy use of the Makefile caching infrastructure, as the TOML parsing must happen after the TOML files have been downloaded.
- Loading branch information