Skip to content

Commit 02742e3

Browse files
committed
Add bazel_skylib_workspace to fix make bazel-test 'no matching toolchains found' error
1 parent 656a01f commit 02742e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/root/WORKSPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ release_dependencies()
5656
load("//build:workspace_mirror.bzl", "export_urls")
5757

5858
export_urls("workspace_urls")
59+
60+
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
61+
62+
bazel_skylib_workspace()

0 commit comments

Comments
 (0)