Skip to content

Commit c9b63dc

Browse files
committed
Correctly pass architecture value for Windows runners to be able to read from .bazelrc
1 parent 0c10c84 commit c9b63dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run_bazel_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ if [[ $JAXCI_RUN_BAZEL_TEST_CPU == 1 ]]; then
2424

2525
if [[ $os =~ "msys" ]]; then
2626
os="windows"
27+
arch="amd64"
2728
fi
2829

2930
# If running on Mac or Linux Aarch64, we only build the test targets and

0 commit comments

Comments
 (0)