Skip to content

Commit

Permalink
Re-enables --incompatible_config_setting_private_default_visibility
Browse files Browse the repository at this point in the history
… for `--config incompatible` builds.

Refs #48.

Since `@aspect_rules_js` has been updated to include aspect-build/rules_js#301, we can now re-enable this flag.
  • Loading branch information
dgp1130 committed Aug 2, 2022
1 parent dd57408 commit 3a78dd7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tools/bazelrc/incompatible.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@

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

# 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_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 3a78dd7

Please sign in to comment.