[libcxx-commits] [libcxx] [libc++] Fixes run-buildbot-container. (PR #84644)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 12 08:56:26 PDT 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
----------------
ldionne wrote:
I think the `buildkite-builder` image is still used by the `android-buildkite-builder` image, but that's it. So we could refactor it out and remove all mentions of it. Then there would be only the following images
- `actions-builder`
- `android-buildkite-builder`
We could even explore running the Android CI on GitHub Actions at some point if we wanted.
https://github.com/llvm/llvm-project/pull/84644
More information about the libcxx-commits
mailing list