[libcxx-commits] [libcxx] [libc++] Fixes run-buildbot-container. (PR #84644)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 9 09:51:50 PST 2024
================
@@ -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/libcxx-builder
-docker run -it --volume "${MONOREPO_ROOT}:/llvm" --workdir "/llvm" --cap-add=SYS_PTRACE ghcr.io/libcxx/libcxx-builder \
+docker pull ghcr.io/libcxx/buildkite-builder
----------------
EricWF wrote:
We should change this to the actions-builder image instead, the buildkite builder is increasingly unmaintained and unused.
https://github.com/llvm/llvm-project/pull/84644
More information about the libcxx-commits
mailing list