Skip to content

Commit

Permalink
Enable Bzlmod on last_green CI (#2298)
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones authored Oct 18, 2023
1 parent 07a1546 commit b33b8bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ build --experimental_strict_conflict_checks
# https://github.com/bazelbuild/stardoc/issues/112
common --incompatible_allow_tags_propagation

# TODO: Remove once stardoc and our tests work with Bzlmod
common --noenable_bzlmod

# Add the PATH to the test environment so that common macOS tools can be found
# during a test run.
build --test_env=PATH
Expand Down
2 changes: 1 addition & 1 deletion doc/rules-apple.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ This repository rule depends on the following environment variables:
## provisioning_profile_repository_extension

<pre>
provisioning_profile_repository_extension = use_extension("@build_bazel_rules_apple//apple:apple.bzl", "provisioning_profile_repository_extension")
provisioning_profile_repository_extension = use_extension("@rules_apple//apple:apple.bzl", "provisioning_profile_repository_extension")
provisioning_profile_repository_extension.setup(<a href="#provisioning_profile_repository_extension.setup-fallback_profiles">fallback_profiles</a>)
</pre>

Expand Down

0 comments on commit b33b8bc

Please sign in to comment.