Skip to content

Commit

Permalink
Disable --incompatible_config_setting_private_default_visibility as…
Browse files Browse the repository at this point in the history
… it does not work with `@aspect_rules_js`.

Once aspect-build/rules_js#301 lands, this can be re-enabled.
  • Loading branch information
dgp1130 committed Jul 20, 2022
1 parent c288f99 commit b30bcfa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/bazelrc/incompatible.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@

build:incompatible --incompatible_always_check_depset_elements
build:incompatible --incompatible_avoid_conflict_dlls
build:incompatible --incompatible_config_setting_private_default_visibility

# TODO: Re-enable when fixed in `@aspect_rules_js`.
# https://github.com/aspect-build/rules_js/pull/301
# build:incompatible --incompatible_config_setting_private_default_visibility

build:incompatible --incompatible_default_to_explicit_init_py
build:incompatible --incompatible_depset_for_libraries_to_link_getter
build:incompatible --incompatible_disable_expand_if_all_available_in_flag_set
Expand Down

0 comments on commit b30bcfa

Please sign in to comment.