[libcxx-commits] [libcxx] [libc++] Fixes run-buildbot-container. (PR #84644)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 9 09:52:00 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:
Also, thank you for taking the time to do this.
https://github.com/llvm/llvm-project/pull/84644
More information about the libcxx-commits
mailing list