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 1317e47 commit 214aedeCopy full SHA for 214aede
WORKSPACE
@@ -26,6 +26,10 @@ http_archive(
26
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/0.6.0/rules_pkg-0.6.0.tar.gz"],
27
)
28
29
+load("@bazel_tools//tools/sh:sh_configure.bzl", "sh_configure")
30
+
31
+sh_configure()
32
33
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
34
35
bazel_skylib_workspace()
0 commit comments