I want to make PkgEval use the package_linux images that are built here (to eliminate differences between PkgEval and Base CI), and for that it would be convenient if there were a JLL that exposes the latest version of the available images, with automatic platform selection and everything. I'm currently just hard-linking to a specific file from the releases.
I imagine this might also be useful for Sandbox.jl, which similarly hard-links to a single rootfs now: https://github.com/staticfloat/Sandbox.jl/blob/1770a67566e61590b6c8b907430f826ff077b19c/Artifacts.toml#L17-L23
I want to make PkgEval use the
package_linuximages that are built here (to eliminate differences between PkgEval and Base CI), and for that it would be convenient if there were a JLL that exposes the latest version of the available images, with automatic platform selection and everything. I'm currently just hard-linking to a specific file from the releases.I imagine this might also be useful for Sandbox.jl, which similarly hard-links to a single rootfs now: https://github.com/staticfloat/Sandbox.jl/blob/1770a67566e61590b6c8b907430f826ff077b19c/Artifacts.toml#L17-L23