From b33b8bce365bd325270a05770b1b5408e4361e4f Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Wed, 18 Oct 2023 11:34:03 -0500 Subject: [PATCH] Enable Bzlmod on last_green CI (#2298) Signed-off-by: Brentley Jones --- .bazelrc | 3 --- doc/rules-apple.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.bazelrc b/.bazelrc index 5f92ef9155..44e77dbe46 100644 --- a/.bazelrc +++ b/.bazelrc @@ -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 diff --git a/doc/rules-apple.md b/doc/rules-apple.md index 2f5a7561e4..68d166cbc7 100755 --- a/doc/rules-apple.md +++ b/doc/rules-apple.md @@ -488,7 +488,7 @@ This repository rule depends on the following environment variables: ## provisioning_profile_repository_extension
-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(fallback_profiles)