File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -107,10 +107,10 @@ tasks:
107107 working_directory : examples/bzlmod
108108 bazel : ${{ bazel }}
109109 test_flags :
110+ # Minimum bazel supported C++
110111 - " --keep_going"
111- # Without these cxxopts, BCR's Mac builds fail
112- - ' --cxxopt=-std=c++14'
113- - ' --host_cxxopt=-std=c++14'
112+ - ' --cxxopt=-std=c++17'
113+ - ' --host_cxxopt=-std=c++17'
114114 build_targets :
115115 - " //..."
116116 test_targets :
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ bcr_test_module:
2323 platform : ${{ platform }}
2424 bazel : ${{ bazel }}
2525 test_flags :
26+ # Minimum bazel supported C++
2627 - " --keep_going"
27- # Without these cxxopts, BCR's Mac builds fail
28- - ' --cxxopt=-std=c++14'
29- - ' --host_cxxopt=-std=c++14'
28+ - ' --cxxopt=-std=c++17'
29+ - ' --host_cxxopt=-std=c++17'
3030 build_targets :
3131 - " //..."
3232 test_targets :
You can’t perform that action at this time.
0 commit comments