Skip to content

Commit ebebeca

Browse files
committed
remove explicit bazel_skylib dep
1 parent 5be1409 commit ebebeca

File tree

1 file changed

+0
-12
lines changed
  • tests/integration/ignore_root_user_error

1 file changed

+0
-12
lines changed

tests/integration/ignore_root_user_error/WORKSPACE

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,3 @@ python_register_toolchains(
1515
python_version = "3.9",
1616
)
1717

18-
http_archive(
19-
name = "bazel_skylib",
20-
sha256 = "c6966ec828da198c5d9adbaa94c05e3a1c7f21bd012a0b29ba8ddbccb2c93b0d",
21-
urls = [
22-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skylib-1.1.1.tar.gz",
23-
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skylib-1.1.1.tar.gz",
24-
],
25-
)
26-
27-
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
28-
29-
bazel_skylib_workspace()

0 commit comments

Comments
 (0)