Skip to content

Commit b1f647e

Browse files
authored
chore: Support --incompatible_disable_native_repo_rules (#659)
So I don't keep having to bypass failures from this flag in BCR. ### Changes are visible to end-users: no ### Test plan This is the test plan.
1 parent f629972 commit b1f647e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

WORKSPACE

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,3 @@ oci_pull(
317317
load("@container_structure_test//:repositories.bzl", "container_structure_test_register_toolchain")
318318

319319
container_structure_test_register_toolchain(name = "cst")
320-
321-
# For tests
322-
local_repository(
323-
name = "rpy610_test",
324-
path = "./py/tests/rpy610/subrepo",
325-
)

e2e/smoke/WORKSPACE.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Override http_archive for local testing
2+
load("@bazel_tools//tools/build_defs/repo:local.bzl", "local_repository")
3+
24
local_repository(
35
name = "aspect_rules_py",
46
path = "../..",

e2e/use_release/WORKSPACE.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Override http_archive for local testing
2+
load("@bazel_tools//tools/build_defs/repo:local.bzl", "local_repository")
3+
24
local_repository(
35
name = "aspect_rules_py",
46
path = "../..",

0 commit comments

Comments
 (0)