Skip to content

Commit

Permalink
kokoro: use streamlined license checker image
Browse files Browse the repository at this point in the history
This image is only 85MB (32MB compressed), which is many gigabytes
smaller than the old image.

It downloads and runs in about 5s.

BUG=397439052
  • Loading branch information
dneto0 authored and arcady-lunarg committed Feb 19, 2025
1 parent 5545c8c commit e66176c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
39 changes: 0 additions & 39 deletions kokoro/license-check/build-docker.sh

This file was deleted.

5 changes: 1 addition & 4 deletions kokoro/license-check/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,4 @@ ROOT_DIR="$( cd "${SCRIPT_DIR}/../.." >/dev/null 2>&1 && pwd )"
docker run --rm -i \
--volume "${ROOT_DIR}:${ROOT_DIR}:ro" \
--workdir "${ROOT_DIR}" \
--env ROOT_DIR="${ROOT_DIR}" \
--env SCRIPT_DIR="${SCRIPT_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/license-checker

0 comments on commit e66176c

Please sign in to comment.