Skip to content

Commit 80b2cc7

Browse files
kormidefilipesilva
authored andcommitted
build: fix bazel build on windows
Add a missing toolchain that was causing the nodejs_binary target for ng_cli_schema to fail
1 parent 9b19762 commit 80b2cc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WORKSPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ http_archive(
2626
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/0.6.0/rules_pkg-0.6.0.tar.gz"],
2727
)
2828

29+
load("@bazel_tools//tools/sh:sh_configure.bzl", "sh_configure")
30+
31+
sh_configure()
32+
2933
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
3034

3135
bazel_skylib_workspace()

0 commit comments

Comments
 (0)