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 58b2ac1 commit 490e7a8Copy full SHA for 490e7a8
.bazelci/presubmit.yml
@@ -26,6 +26,9 @@ buildifier:
26
test_flags:
27
- "--cxxopt=-std=c++17"
28
- "--host_cxxopt=-std=c++17"
29
+ coverage_flags:
30
+ - "--cxxopt=-std=c++17"
31
+ - "--host_cxxopt=-std=c++17"
32
# NOTE: Minimum supported version is 7.x
33
.minimum_supported_version: &minimum_supported_version
34
# For testing minimum supported version.
@@ -339,7 +342,7 @@ tasks:
339
342
platform: ubuntu2204
340
343
shell_commands:
341
344
- "bazel vendor --vendor_dir=./vendor //..."
- - "bazel build --vendor_dir=./vendor //..."
345
+ - "bazel build --vendor_dir=./vendor --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 //..."
346
- "rm -rf ./vendor"
347
integration_test_bzlmod_macos:
348
<<: *reusable_build_test_all
0 commit comments