File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ build:macos --cxxopt=-mmacos-version-min=10.15 --host_cxxopt=-mmacos-version-min
6060###############################################################################
6161
6262build:windows --cxxopt=/std:c++20 --host_cxxopt=/std:c++20
63+ # Enable preprocessor conformance mode needed to correctly support __VA_OPT__
64+ build:windows --cxxopt=/Zc:preprocessor --host_cxxopt=/Zc:preprocessor
6365
6466# Enable the runfiles symlink tree on Windows. This makes it possible to build
6567# the pip package on Windows without an intermediate data-file archive, as the
Original file line number Diff line number Diff line change 4747 python-version : ${{matrix.python.version}}
4848 - name : Check Python
4949 run : python --version
50- - name : Install Bazel
51- run : choco install bazel
50+ - uses : bazel-contrib/setup-bazel@0.15.0
5251 - name : Check Bazel
5352 run : bazel version
5453 - name : Restore bazel cache
You can’t perform that action at this time.
0 commit comments