You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keno Fischer edited this page Mar 27, 2023
·
3 revisions
git clone https://github.com/JuliaCI/rootfs-images.git
cd rootfs-images
julia --project -e 'import Pkg; Pkg.instantiate()'
julia --project test_rootfs.jl --treehash $ROOTFS_TREEHASH
You get the values of ROOTFS_TREEHASH by looking at the types.jl file.
Note: if you are looking at the CI run for a PR, you should get the ROOTFS_URL and ROOTFS_TREEHASH values from the types.jl on the PR branch (instead of the master branch).