mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-27 17:43:27 +00:00
chore: remove unnecessary call to register_coreutils_toolchains() in e2e/coreutils (#393)
This commit is contained in:
parent
e31867302e
commit
8255da2d2c
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -162,7 +162,6 @@ jobs:
|
||||||
rm -Force .aspect/bazelrc/bazel6.bazelrc
|
rm -Force .aspect/bazelrc/bazel6.bazelrc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
- name: Set bzlmod flag
|
- name: Set bzlmod flag
|
||||||
# Store the --enable_bzlmod flag that we add to the test command below
|
# Store the --enable_bzlmod flag that we add to the test command below
|
||||||
# only when we're running bzlmod in our test matrix.
|
# only when we're running bzlmod in our test matrix.
|
||||||
|
|
|
@ -3,8 +3,6 @@ local_repository(
|
||||||
path = "../..",
|
path = "../..",
|
||||||
)
|
)
|
||||||
|
|
||||||
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_coreutils_toolchains")
|
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")
|
||||||
|
|
||||||
aspect_bazel_lib_dependencies()
|
aspect_bazel_lib_dependencies()
|
||||||
|
|
||||||
register_coreutils_toolchains()
|
|
||||||
|
|
Loading…
Reference in a new issue