|
@@ -1,17 +1,16 @@
|
|
|
common --enable_bzlmod
|
|
common --enable_bzlmod
|
|
|
build --enable_platform_specific_config
|
|
build --enable_platform_specific_config
|
|
|
-build --incompatible_use_platforms_repo_for_constraints
|
|
|
|
|
build --incompatible_enable_cc_toolchain_resolution
|
|
build --incompatible_enable_cc_toolchain_resolution
|
|
|
build --enable_runfiles
|
|
build --enable_runfiles
|
|
|
build --incompatible_strict_action_env
|
|
build --incompatible_strict_action_env
|
|
|
|
|
|
|
|
-# required for googletest
|
|
|
|
|
|
|
+# required for googletest
|
|
|
build:linux --cxxopt=-std=c++17
|
|
build:linux --cxxopt=-std=c++17
|
|
|
build:macos --cxxopt=-std=c++17
|
|
build:macos --cxxopt=-std=c++17
|
|
|
|
|
|
|
|
-common:ci --announce_rc
|
|
|
|
|
-common:ci --verbose_failures
|
|
|
|
|
|
|
+common:ci --announce_rc
|
|
|
|
|
+common:ci --verbose_failures
|
|
|
common:ci --keep_going
|
|
common:ci --keep_going
|
|
|
-test:ci --test_output=errors
|
|
|
|
|
-
|
|
|
|
|
-try-import %workspace%/user.bazelrc
|
|
|
|
|
|
|
+test:ci --test_output=errors
|
|
|
|
|
+
|
|
|
|
|
+try-import %workspace%/user.bazelrc
|