CI: Add more Debian packages to the llvm-passes rootfs image#41544
Merged
DilumAluthge merged 2 commits intomasterfrom Jul 11, 2021
Merged
CI: Add more Debian packages to the llvm-passes rootfs image#41544DilumAluthge merged 2 commits intomasterfrom
llvm-passes rootfs image#41544DilumAluthge merged 2 commits intomasterfrom
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
vchuravy
approved these changes
Jul 11, 2021
Member
Author
|
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 |
Member
Author
|
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: |
Member
|
Why do we need |
Member
Author
|
Good question. It was already in the list previously, so I didn't remove it. |
Member
|
Oh, right, of course, we build Julia here. I had this confused with |
Member
Author
|
Should I keep overwriting the |
Member
|
We should not overwrite anything used by older CI runs, if we can help it. |
KristofferC
pushed a commit
that referenced
this pull request
Jul 19, 2021
* 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)
KristofferC
pushed a commit
that referenced
this pull request
Jul 19, 2021
* 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)
75 tasks
KristofferC
pushed a commit
that referenced
this pull request
Jul 19, 2021
* 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)
82 tasks
63 tasks
KristofferC
pushed a commit
that referenced
this pull request
Aug 31, 2021
* 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)
staticfloat
pushed a commit
that referenced
this pull request
Dec 23, 2022
* 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bashfor the test suite.lessfor the doctests.packagesin alphabetical order to make it easier to find specific entries in the list.