Skip to content

Commit 490e7a8

Browse files
committed
fix ci
1 parent 58b2ac1 commit 490e7a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ buildifier:
2626
test_flags:
2727
- "--cxxopt=-std=c++17"
2828
- "--host_cxxopt=-std=c++17"
29+
coverage_flags:
30+
- "--cxxopt=-std=c++17"
31+
- "--host_cxxopt=-std=c++17"
2932
# NOTE: Minimum supported version is 7.x
3033
.minimum_supported_version: &minimum_supported_version
3134
# For testing minimum supported version.
@@ -339,7 +342,7 @@ tasks:
339342
platform: ubuntu2204
340343
shell_commands:
341344
- "bazel vendor --vendor_dir=./vendor //..."
342-
- "bazel build --vendor_dir=./vendor //..."
345+
- "bazel build --vendor_dir=./vendor --cxxopt=-std=c++17 --host_cxxopt=-std=c++17 //..."
343346
- "rm -rf ./vendor"
344347
integration_test_bzlmod_macos:
345348
<<: *reusable_build_test_all

0 commit comments

Comments
 (0)