Skip to content

Commit a115037

Browse files
Revert "Reapply "Use bazel's python in run-bazel.sh""
It _might_ break caching This reverts commit 1892845. Change-Id: Ia84541f5108a6b3a850e17c258d7bc29cf862ac2
1 parent 7f1e10e commit a115037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-bazel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EXECUTION_LOG_FILE_NAME="${ROOT_DIR}/bazel_execution_log-${TARGET_S1}.json"
3636
# explicitly create, and later `eval` since run directly with `eval` this script
3737
# would not abort on error
3838
BUILD_ENVIRONMENT="$(
39-
"${ROOT_DIR}"/scripts/run-uvenv python3 \
39+
python3 \
4040
"${ROOT_DIR}"/scripts/create_build_environment_variables.py \
4141
"eval:os-release-name:cat /etc/os-release | grep PRETTY | cut -d '\"' -f2" \
4242
"pathhash:/usr/lib/x86_64-linux-gnu/libc.so" \

0 commit comments

Comments
 (0)