[libcxx-commits] [libcxx] de473fc - [libc++] Synchronize Docker container SHA in run-buildbot-container (#128225)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 24 06:03:12 PST 2025


Author: Louis Dionne
Date: 2025-02-24T09:03:06-05:00
New Revision: de473fcdea7024a70dd5ff5f929049c904457b07

URL: https://github.com/llvm/llvm-project/commit/de473fcdea7024a70dd5ff5f929049c904457b07
DIFF: https://github.com/llvm/llvm-project/commit/de473fcdea7024a70dd5ff5f929049c904457b07.diff

LOG: [libc++] Synchronize Docker container SHA in run-buildbot-container (#128225)

We should really find a way to have a canonical location for that SHA,
but last time I looked into it I failed to find a way to share it.

Added: 
    

Modified: 
    libcxx/utils/ci/run-buildbot-container

Removed: 
    


################################################################################
diff  --git a/libcxx/utils/ci/run-buildbot-container b/libcxx/utils/ci/run-buildbot-container
index b4391455e2725..b6c0817e86f72 100755
--- a/libcxx/utils/ci/run-buildbot-container
+++ b/libcxx/utils/ci/run-buildbot-container
@@ -26,6 +26,6 @@ if [[ ! -d "${MONOREPO_ROOT}/libcxx/utils/ci" ]]; then
     echo "Was unable to find the root of the LLVM monorepo; are you running from within the monorepo?"
     exit 1
 fi
-docker pull ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
-docker run -it --volume "${MONOREPO_ROOT}:/llvm" --workdir "/llvm" --cap-add=SYS_PTRACE ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1 \
+docker pull ghcr.io/llvm/libcxx-linux-builder:b319dfef21f6c7b0bc6a356d6b9f41a3b3b98ae9
+docker run -it --volume "${MONOREPO_ROOT}:/llvm" --workdir "/llvm" --cap-add=SYS_PTRACE ghcr.io/llvm/libcxx-linux-builder:b319dfef21f6c7b0bc6a356d6b9f41a3b3b98ae9 \
     bash -c 'git config --global --add safe.directory /llvm ; exec bash'


        


More information about the libcxx-commits mailing list