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
  • Loading branch information
DilumAluthge authored Jul 11, 2021
1 parent ffc340c commit 516af1b
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

2 comments on commit 516af1b

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something went wrong when running your job:

ProcessExitedException(2)

cc @maleadt

Please sign in to comment.