Skip to content

Commit

Permalink
Migrate deps installation to use artifacts and install JLL packages
Browse files Browse the repository at this point in the history
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
staticfloat committed Apr 22, 2020
1 parent a7a312c commit cf3c49a
Show file tree
Hide file tree
Showing 68 changed files with 2,154 additions and 503 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*.jl.mem
*.jl.*.mem
*.ji
*.pyc

/perf*
.DS_Store
Expand Down
Loading

0 comments on commit cf3c49a

Please sign in to comment.