-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Add more Debian packages to the llvm-passes
rootfs image
#41544
Conversation
Also, sort the entries of `packages` in alphabetical order.
less
to the llvm-passes
rootfs imageless
and bash
to the llvm-passes
rootfs image
less
and bash
to the llvm-passes
rootfs imagellvm-passes
rootfs image
After this PR is merged, how do I generate the new rootfs image and upload it to https://github.com/JuliaCI/rootfs-images? E.g. do I just need to run |
For posterity, here's a setup that worked for me: On your local machine, run these commands:
Now, inside the Docker container, run these commands:
|
Why do we need |
Good question. It was already in the list previously, so I didn't remove it. |
Oh, right, of course, we build Julia here. I had this confused with |
Should I keep overwriting the |
We should not overwrite anything used by older CI runs, if we can help it. |
* Add `less` to the `llvm-passes` rootfs image Also, sort the entries of `packages` in alphabetical order. * Update llvm-passes.jl (cherry picked from commit 516af1b)
* Add `less` to the `llvm-passes` rootfs image Also, sort the entries of `packages` in alphabetical order. * Update llvm-passes.jl (cherry picked from commit 516af1b)
* Add `less` to the `llvm-passes` rootfs image Also, sort the entries of `packages` in alphabetical order. * Update llvm-passes.jl (cherry picked from commit 516af1b)
* Add `less` to the `llvm-passes` rootfs image Also, sort the entries of `packages` in alphabetical order. * Update llvm-passes.jl (cherry picked from commit 516af1b)
* Add `less` to the `llvm-passes` rootfs image Also, sort the entries of `packages` in alphabetical order. * Update llvm-passes.jl (cherry picked from commit 516af1b)
bash
for the test suite.less
for the doctests.packages
in alphabetical order to make it easier to find specific entries in the list.