mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
Pass the ARM64 compiler workaround through Bazel startup options
This commit is contained in:
3
.github/scripts/run-bazel-ci.sh
vendored
3
.github/scripts/run-bazel-ci.sh
vendored
@@ -47,6 +47,9 @@ if [[ $# -eq 0 ]]; then
|
||||
fi
|
||||
|
||||
bazel_startup_args=()
|
||||
if [[ -n "${BAZEL_HOST_JVM_ARG:-}" ]]; then
|
||||
bazel_startup_args+=("--host_jvm_args=${BAZEL_HOST_JVM_ARG}")
|
||||
fi
|
||||
if [[ -n "${BAZEL_OUTPUT_USER_ROOT:-}" ]]; then
|
||||
bazel_startup_args+=("--output_user_root=${BAZEL_OUTPUT_USER_ROOT}")
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user