summaryrefslogtreecommitdiff
path: root/libcxx/utils/ci/vendor/android/run-buildbot-container
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/utils/ci/vendor/android/run-buildbot-container')
-rwxr-xr-xlibcxx/utils/ci/vendor/android/run-buildbot-container2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/ci/vendor/android/run-buildbot-container b/libcxx/utils/ci/vendor/android/run-buildbot-container
index 7b5d9a4cc3fe..81c719b1f8b9 100755
--- a/libcxx/utils/ci/vendor/android/run-buildbot-container
+++ b/libcxx/utils/ci/vendor/android/run-buildbot-container
@@ -27,5 +27,5 @@ if [ -S /var/run/docker.sock ]; then
DOCKER_OPTIONS+=(--volume /var/run/docker.sock:/var/run/docker.sock)
fi
-docker run "${DOCKER_OPTIONS[@]}" ghcr.io/libcxx/android-buildkite-builder \
+docker run "${DOCKER_OPTIONS[@]}" ghcr.io/llvm/libcxx-android-builder \
bash -c 'git config --global --add safe.directory /llvm; (/opt/android/container-setup.sh && exec bash)'