Skip to content

Commit

Permalink
kokoro: linux: use cpp-builder instead of radial-build
Browse files Browse the repository at this point in the history
Bug: crbug.com/391948942
  • Loading branch information
dneto0 committed Feb 24, 2025
1 parent 6c245b0 commit 2e56788
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kokoro/android-release/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ docker run --rm -i \
--env TARGET_ARCH="${TARGET_ARCH}" \
--env KOKORO_ARTIFACTS_DIR="${KOKORO_ARTIFACTS_DIR}" \
--entrypoint "${SCRIPT_DIR}/build-docker.sh" \
"gcr.io/shaderc-build/radial-build:latest"
us-east4-docker.pkg.dev/shaderc-build/radial-docker/ubuntu-24.04-amd64/cpp-builder
2 changes: 1 addition & 1 deletion kokoro/linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ docker run --rm -i \
--env COMPILER="${COMPILER}" \
--env KOKORO_ARTIFACTS_DIR="${KOKORO_ARTIFACTS_DIR}" \
--entrypoint "${SCRIPT_DIR}/build-docker.sh" \
"gcr.io/shaderc-build/radial-build:latest"
us-east4-docker.pkg.dev/shaderc-build/radial-docker/ubuntu-24.04-amd64/cpp-builder
2 changes: 1 addition & 1 deletion kokoro/ndk-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docker run --rm -i \
--env KOKORO_ARTIFACTS_DIR="${KOKORO_ARTIFACTS_DIR}" \
--env BUILD_SHA="${BUILD_SHA}" \
--entrypoint "${SCRIPT_DIR}/build-docker.sh" \
"gcr.io/shaderc-build/radial-build:latest"
us-east4-docker.pkg.dev/shaderc-build/radial-docker/ubuntu-24.04-amd64/cpp-builder
RESULT=$?

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

0 comments on commit 2e56788

Please sign in to comment.