We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1e10e commit a115037Copy full SHA for a115037
scripts/run-bazel.sh
@@ -36,7 +36,7 @@ EXECUTION_LOG_FILE_NAME="${ROOT_DIR}/bazel_execution_log-${TARGET_S1}.json"
36
# explicitly create, and later `eval` since run directly with `eval` this script
37
# would not abort on error
38
BUILD_ENVIRONMENT="$(
39
- "${ROOT_DIR}"/scripts/run-uvenv python3 \
+ python3 \
40
"${ROOT_DIR}"/scripts/create_build_environment_variables.py \
41
"eval:os-release-name:cat /etc/os-release | grep PRETTY | cut -d '\"' -f2" \
42
"pathhash:/usr/lib/x86_64-linux-gnu/libc.so" \
0 commit comments