Skip to content

Commit 1d3384e

Browse files
authored
[libc++] Update the Docker image hash in run-buildbot-container (llvm#170165)
The current Docker image used by our CI is d6b22a3, but we forgot to synchronize the value in run-buildbot-container.
1 parent 860146c commit 1d3384e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

libcxx/docs/Contributing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,9 @@ To do so, you will need to create a PR in the llvm-zorg repository and wait for
311311
merged. Once that change has been merged, an LLVM premerge maintainer (a Google employee)
312312
must use terraform to apply the change to the running GKE cluster.
313313

314+
.. note:: When you update the ``libcxx_runner_image``, also make sure to update the
315+
``libcxx/utils/ci/run-buildbot-container`` script to contain the new image.
316+
314317

315318
Monitoring premerge testing performance
316319
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

libcxx/utils/ci/run-buildbot-container

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ if [[ ! -d "${MONOREPO_ROOT}/libcxx/utils/ci" ]]; then
2626
echo "Was unable to find the root of the LLVM monorepo; are you running from within the monorepo?"
2727
exit 1
2828
fi
29-
docker pull ghcr.io/llvm/libcxx-linux-builder:b060022103f551d8ca1dad84122ef73927c86512
30-
docker run -it --volume "${MONOREPO_ROOT}:/llvm" --workdir "/llvm" --cap-add=SYS_PTRACE ghcr.io/llvm/libcxx-linux-builder:b060022103f551d8ca1dad84122ef73927c86512 \
29+
docker pull ghcr.io/llvm/libcxx-linux-builder:d6b22a347f813cf4a9832627323a43074f57bbcf
30+
docker run -it --volume "${MONOREPO_ROOT}:/llvm" --workdir "/llvm" --cap-add=SYS_PTRACE ghcr.io/llvm/libcxx-linux-builder:d6b22a347f813cf4a9832627323a43074f57bbcf \
3131
bash -c 'git config --global --add safe.directory /llvm ; exec bash'

0 commit comments

Comments
 (0)