We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be1409 commit ebebecaCopy full SHA for ebebeca
tests/integration/ignore_root_user_error/WORKSPACE
@@ -15,15 +15,3 @@ python_register_toolchains(
15
python_version = "3.9",
16
)
17
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