File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44build_file: " cel-python/release/kokoro/release_linux.sh"
55timeout_mins: 120
6+
7+ container_properties {
8+ docker_image: " us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2204/ktcb:current"
9+ docker_sibling_containers: true
10+ docker_privileged: true
11+ }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ -z "${KOKORO_BUILD_ID}" ]; then
88 fi
99fi
1010
11- pip install -U keyring keyrings.google-artifactregistry-auth twine cibuildwheel
11+ pip install --no-cache-dir - U keyring keyrings.google-artifactregistry-auth twine cibuildwheel
1212
1313REPO_DIR=$( mktemp -d)
1414echo " Created temporary directory: ${REPO_DIR} "
4040VERSION=${VERSION# v}
4141echo " Building release for version: ${VERSION} "
4242
43+ # Ensure all temp directories (used by mktemp and cibuildwheel) are created
44+ # under /tmpfs, which is shared with the host VM's Docker daemon.
45+ export TMPDIR=" ${KOKORO_ARTIFACTS_DIR:-/ tmp} /tmp"
46+ mkdir -p " ${TMPDIR} "
4347TMP_DIR=$( mktemp -d)
4448echo " Build directory: ${TMP_DIR} "
4549
You can’t perform that action at this time.
0 commit comments