File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ if [[ ! -d "${MONOREPO_ROOT}/libcxx/utils/ci" ]]; then
26
26
echo " Was unable to find the root of the LLVM monorepo; are you running from within the monorepo?"
27
27
exit 1
28
28
fi
29
- docker pull ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1
30
- docker run -it --volume " ${MONOREPO_ROOT} :/llvm" --workdir " /llvm" --cap-add=SYS_PTRACE ghcr.io/llvm/libcxx-linux-builder:0fd6f684b9c84c32d6cbfd9742402e788b2879f1 \
29
+ docker pull ghcr.io/llvm/libcxx-linux-builder:b319dfef21f6c7b0bc6a356d6b9f41a3b3b98ae9
30
+ docker run -it --volume " ${MONOREPO_ROOT} :/llvm" --workdir " /llvm" --cap-add=SYS_PTRACE ghcr.io/llvm/libcxx-linux-builder:b319dfef21f6c7b0bc6a356d6b9f41a3b3b98ae9 \
31
31
bash -c ' git config --global --add safe.directory /llvm ; exec bash'
You can’t perform that action at this time.
0 commit comments