[libcxx-commits] [libcxx] [libc++] Synchronize Docker container SHA in run-buildbot-container (PR #128225)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 21 12:07:57 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Louis Dionne (ldionne)
<details>
<summary>Changes</summary>
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.
---
Full diff: https://github.com/llvm/llvm-project/pull/128225.diff
1 Files Affected:
- (modified) libcxx/utils/ci/run-buildbot-container (+2-2)
``````````diff
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'
``````````
</details>
https://github.com/llvm/llvm-project/pull/128225
More information about the libcxx-commits
mailing list