We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb565f4 commit 39f328cCopy full SHA for 39f328c
1 file changed
scripts/ci/windows/compile_windows.sh
@@ -38,10 +38,10 @@ if [ -n "${release_label}" ]; then
38
fi
39
40
# On windows-msvc-x86_64, we build a MSVC Bazel
41
-OPTS="--cpu=x64_windown_msys --host_cpu=x64_windows_msys"
+OPTS="--cpu=x64_windows_msys --host_cpu=x64_windows_msys"
42
MSVC_LABEL=""
43
if [[ $PLATFORM_NAME == windows-msvc-x86_64* ]]; then
44
- OPTS="--cpu=x64_windows_msvc --host_cpu=x64_windows_msvc --copt=/w"
+ OPTS="--cpu=x64_windows_msvc --copt=/w"
45
MSVC_LABEL="-msvc"
46
47
0 commit comments