mirror of
https://github.com/openai/codex.git
synced 2026-09-05 15:18:41 +00:00
ci: preserve Bazel arguments on Windows
This commit is contained in:
@@ -41,7 +41,7 @@ read_query_labels() {
|
||||
query_stdout="$(mktemp)"
|
||||
query_stderr="$(mktemp)"
|
||||
|
||||
if ! ./.github/scripts/run_bazel_query_ci.py \
|
||||
if ! MSYS2_ARG_CONV_EXCL='*' ./.github/scripts/run_bazel_query_ci.py \
|
||||
--keep_going \
|
||||
--output=label \
|
||||
-- "$query" >"$query_stdout" 2>"$query_stderr"; then
|
||||
@@ -72,7 +72,7 @@ if [[ "${RUNNER_OS:-}" == "Windows" ]]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
./.github/scripts/run_bazel_ci.py \
|
||||
MSYS2_ARG_CONV_EXCL='*' ./.github/scripts/run_bazel_ci.py \
|
||||
-- \
|
||||
build \
|
||||
"${bazel_lint_args[@]}" \
|
||||
|
||||
Reference in New Issue
Block a user