Skip to content

Commit e40d280

Browse files
DilumAluthgeKristofferC
authored andcommitted
CI: Add more Debian packages to the llvm-passes rootfs image (#41544)
* 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)
1 parent d1a4193 commit e40d280

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.buildkite/rootfs_images/llvm-passes.jl

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,20 @@ include("rootfs_utils.jl")
88

99
# Build debian-based image with the following extra packages:
1010
packages = [
11+
"bash",
1112
"build-essential",
13+
"cmake",
14+
"curl",
15+
"gfortran",
16+
"git",
17+
"less",
1218
"libatomic1",
19+
"m4",
20+
"perl",
21+
"pkg-config",
1322
"python",
1423
"python3",
15-
"gfortran",
16-
"perl",
1724
"wget",
18-
"m4",
19-
"cmake",
20-
"pkg-config",
21-
"curl",
22-
"git",
2325
]
2426
tarball_path = debootstrap("llvm-passes"; packages)
2527

0 commit comments

Comments
 (0)