We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b61881 commit 99d4098Copy full SHA for 99d4098
ci/run_bazel_test.sh
@@ -22,6 +22,10 @@ if [[ $JAXCI_RUN_BAZEL_TEST_CPU == 1 ]]; then
22
os=$(uname -s | awk '{print tolower($0)}')
23
arch=$(uname -m)
24
25
+ if [[ $os ~= "msys" ]]; then
26
+ os="windows"
27
+ fi
28
+
29
# If running on Mac or Linux Aarch64, we only build the test targets and
30
# not run them. These platforms do not have native RBE support so we
31
# cross-compile them on the Linux x86 RBE pool. As the tests still need
0 commit comments