[llvm] [Github] Install `llvm-tools` in libc container (PR #210414)

via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 18 12:38:08 PDT 2026


https://github.com/hulxv updated https://github.com/llvm/llvm-project/pull/210414

>From 2300b53090ee6f00f814ffd4a65636d87aee0fee Mon Sep 17 00:00:00 2001
From: hulxv <hulxxv at gmail.com>
Date: Sat, 18 Jul 2026 22:37:49 +0300
Subject: [PATCH] [Github] Install `llvm-tools` in libc container

---
 .github/workflows/containers/libc/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/containers/libc/Dockerfile b/.github/workflows/containers/libc/Dockerfile
index 69f5b11cead62..063eb76326fb3 100644
--- a/.github/workflows/containers/libc/Dockerfile
+++ b/.github/workflows/containers/libc/Dockerfile
@@ -45,6 +45,8 @@ RUN wget https://apt.llvm.org/llvm.sh && \
     sudo ./llvm.sh 23 && \
     rm llvm.sh
 
+RUN apt-get install -y llvm-23-tools
+
 # Install gmp and mpfr for cross compilation
 RUN wget https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz && \
     tar -xf gmp-6.3.0.tar.xz && \



More information about the llvm-commits mailing list