works better?

This commit is contained in:
John Laxson 2021-02-17 08:04:47 -07:00
parent 92bec8dbf5
commit 69252c73da
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ tasks:
bazel: last_downstream_green
build_targets:
- "//examples/test_cc_shared_library/..."
- "//examples/test_cc_shared_library/diamond_inheritance"
- "//examples/test_cc_shared_library/diamond_inheritance/..."
build_flags:
- "--experimental_cc_shared_library"
- "--//examples:incompatible_link_once=True"
@ -61,4 +61,4 @@ tasks:
- "--//examples:incompatible_link_once=True"
test_targets:
- "//examples/test_cc_shared_library/..."
- "//examples/test_cc_shared_library/diamond_inheritance"
- "//examples/test_cc_shared_library/diamond_inheritance/..."