[llvm] [CI] Install binutils-dev in pre-merge container (PR #184608)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 4 06:11:33 PST 2026
================
@@ -47,7 +47,7 @@ COPY --from=stage1-toolchain $LLVM_SYSROOT $LLVM_SYSROOT
# Need git for SPIRV-Tools tests.
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
- binutils \
+ binutils-dev \
----------------
boomanaiden154 wrote:
Can you add a comment that `binutils-dev` is chosen over `binutils` specifically to enable running the gold tests?
Given it seems like gold is going to be dropped by binutils at some point, it would be good to know what packages here correspond to what so we can potentially remove in the future.
https://github.com/llvm/llvm-project/pull/184608
More information about the llvm-commits
mailing list