Skip to content

Commit

Permalink
Add a couple of flags in a vain hope at fixing MacOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell committed Feb 4, 2024
1 parent 753e74b commit 0f83aa4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bazelci/presubmit.yml
Expand Up @@ -5,6 +5,8 @@ tasks:
platform: ubuntu2204
test_flags:
- "--test_output=errors"
- "--incompatible_strict_action_env
- "--incompatible_sandbox_hermetic_tmp
- "--cxxopt=-std=c++17"
- "--host_cxxopt=-std=c++17"
test_targets:
Expand All @@ -23,6 +25,8 @@ tasks:
platform: windows
test_flags:
- "--test_output=errors"
- "--incompatible_strict_action_env
- "--incompatible_sandbox_hermetic_tmp
- "--enable_runfiles"
- "--cxxopt=/std:c++17"
- "--host_cxxopt=/std:c++17"
Expand All @@ -42,6 +46,8 @@ tasks:
platform: macos
test_flags:
- "--test_output=errors"
- "--incompatible_strict_action_env
- "--incompatible_sandbox_hermetic_tmp
- "--cxxopt=-std=c++17"
- "--host_cxxopt=-std=c++17"
test_targets:
Expand Down

0 comments on commit 0f83aa4

Please sign in to comment.