File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ e2e/bcr
Original file line number Diff line number Diff line change 11build:linux --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
22build:macos --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
3+ build:windows --cxxopt=/std:c++17 --host_cxxopt=/std:c++17
34
45build:dbg --compilation_mode=dbg
56
@@ -29,12 +30,12 @@ build:ubsan --copt=-fno-sanitize=function --copt=-fno-sanitize=vptr
2930build --features=layering_check
3031common --enable_platform_specific_config
3132
32- build:windows --cxxopt=/std:c++17
33- build:windows --host_cxxopt=/std:c++17
34-
3533common --repo_env=BAZEL_NO_APPLE_CPP_TOOLCHAIN=1
3634
3735
3836# Allow building with MSVC, which is being deprecated.
3937# See: https://github.com/protocolbuffers/protobuf/issues/20085
4038build --define=protobuf_allow_msvc=true
39+
40+ # To facilitate testing in bazelci incompatible flags
41+ build --incompatible_autoload_externally=
You can’t perform that action at this time.
0 commit comments