Skip to content

Commit 0017030

Browse files
authored
kokoro: linux: use cpp-builder instead of radial-build (#6008)
Bug: crbug.com/391948942
1 parent aafd524 commit 0017030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kokoro/scripts/linux/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ docker run --rm -i \
5252
--env KOKORO_ARTIFACTS_DIR="${KOKORO_ARTIFACTS_DIR}" \
5353
--env BUILD_SHA="${BUILD_SHA}" \
5454
--entrypoint "${SCRIPT_DIR}/build-docker.sh" \
55-
"gcr.io/shaderc-build/radial-build:latest"
55+
us-east4-docker.pkg.dev/shaderc-build/radial-docker/ubuntu-24.04-amd64/cpp-builder
5656
RESULT=$?
5757

5858
# This is important. If the permissions are not fixed, kokoro will fail

0 commit comments

Comments
 (0)