Skip to content

Commit

Permalink
Fix presubmits errors introduced by wrong flags
Browse files Browse the repository at this point in the history
The flags for the cc_shared_library tests were not correct.

RELNOTES:none
PiperOrigin-RevId: 407824952
Change-Id: Ibd66ca918b0ea75587f5807742f63bb23267602b
  • Loading branch information
oquenchil authored and copybara-github committed Nov 5, 2021
1 parent 2dd5f22 commit 22532c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ tasks:
- "//examples/test_cc_shared_library/diamond_inheritance/..."
build_flags:
- "--experimental_cc_shared_library"
- "--//examples:incompatible_link_once=True"
- "--//examples:enable_permissions_check=True"
- "--experimental_link_static_libraries_once"
- "--experimental_enable_target_export_check"
test_flags:
- "--test_timeout=120"
- "--experimental_cc_shared_library"
- "--//examples:incompatible_link_once=True"
- "--//examples:enable_permissions_check=True"
- "--experimental_link_static_libraries_once"
- "--experimental_enable_target_export_check"
test_targets:
- "//examples/test_cc_shared_library/..."
- "//examples/test_cc_shared_library/diamond_inheritance/..."

0 comments on commit 22532c5

Please sign in to comment.