We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafd524 commit 0017030Copy full SHA for 0017030
kokoro/scripts/linux/build.sh
@@ -52,7 +52,7 @@ docker run --rm -i \
52
--env KOKORO_ARTIFACTS_DIR="${KOKORO_ARTIFACTS_DIR}" \
53
--env BUILD_SHA="${BUILD_SHA}" \
54
--entrypoint "${SCRIPT_DIR}/build-docker.sh" \
55
- "gcr.io/shaderc-build/radial-build:latest"
+ us-east4-docker.pkg.dev/shaderc-build/radial-docker/ubuntu-24.04-amd64/cpp-builder
56
RESULT=$?
57
58
# This is important. If the permissions are not fixed, kokoro will fail
0 commit comments