Skip to content

Commit

Permalink
CI: Add more Debian packages to the llvm-passes rootfs image (#41544)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
DilumAluthge authored and KristofferC committed Jul 19, 2021
1 parent 4f4fabf commit 663415f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .buildkite/rootfs_images/llvm-passes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,20 @@ include("rootfs_utils.jl")

# Build debian-based image with the following extra packages:
packages = [
"bash",
"build-essential",
"cmake",
"curl",
"gfortran",
"git",
"less",
"libatomic1",
"m4",
"perl",
"pkg-config",
"python",
"python3",
"gfortran",
"perl",
"wget",
"m4",
"cmake",
"pkg-config",
"curl",
"git",
]
tarball_path = debootstrap("llvm-passes"; packages)

Expand Down

0 comments on commit 663415f

Please sign in to comment.