Skip to content

Commit

Permalink
Extend domain
Browse files Browse the repository at this point in the history
  • Loading branch information
comius committed Sep 19, 2022
1 parent c5d58bd commit 2bb4ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class AppleBootstrap implements Bootstrap {
private static final ImmutableSet<PackageIdentifier> allowedRepositories =
ImmutableSet.of(
PackageIdentifier.createUnchecked("_builtins", ""),
PackageIdentifier.createUnchecked("bazel_tools", ""),
PackageIdentifier.createUnchecked("rules_apple", ""),
PackageIdentifier.createUnchecked("", "tools/build_defs/apple"));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public class CcBootstrap implements Bootstrap {
ImmutableSet.of(
PackageIdentifier.createUnchecked("_builtins", ""),
PackageIdentifier.createUnchecked("bazel_tools", ""),
PackageIdentifier.createUnchecked("local_config_cc", ""),
PackageIdentifier.createUnchecked("rules_cc", ""),
PackageIdentifier.createUnchecked("", "tools/build_defs/cc"));

Expand Down

0 comments on commit 2bb4ed3

Please sign in to comment.