[libcxx-commits] [libcxx] [libc++] Fixes run-buildbot-container. (PR #84644)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 9 10:08:10 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
----------------
mordante wrote:
I was wondering whether the buildkite builder was still used. This is the "default" in the Dockerfile's documentation too. @EricWF @ldionne Should we the Buildkite support and documentation from the Dockerfile in a separate patch?
https://github.com/llvm/llvm-project/pull/84644
More information about the libcxx-commits
mailing list