[libcxx-commits] [libcxx] ef50d79 - [libc++] Update run-buildbot-container with up-to-date image information
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 29 09:11:03 PST 2024
Author: Louis Dionne
Date: 2024-11-29T12:10:45-05:00
New Revision: ef50d790c276600da609b465259a8e636e3531bc
URL: https://github.com/llvm/llvm-project/commit/ef50d790c276600da609b465259a8e636e3531bc
DIFF: https://github.com/llvm/llvm-project/commit/ef50d790c276600da609b465259a8e636e3531bc.diff
LOG: [libc++] Update run-buildbot-container with up-to-date image information
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 74e7dab81d734d..b4391455e2725d 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/libcxx/actions-builder
-docker run -it --volume "${MONOREPO_ROOT}:/llvm" --workdir "/llvm" --cap-add=SYS_PTRACE ghcr.io/libcxx/actions-builder \
+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 \
bash -c 'git config --global --add safe.directory /llvm ; exec bash'
More information about the libcxx-commits
mailing list