Skip to content

Commit

Permalink
build: fix bazel build on windows
Browse files Browse the repository at this point in the history
Add a missing toolchain that was causing the nodejs_binary target for
ng_cli_schema to fail

(cherry picked from commit 80b2cc7)
  • Loading branch information
kormide authored and filipesilva committed Feb 8, 2022
1 parent 1317e47 commit 214aede
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ http_archive(
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/0.6.0/rules_pkg-0.6.0.tar.gz"],
)

load("@bazel_tools//tools/sh:sh_configure.bzl", "sh_configure")

sh_configure()

load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()
Expand Down

0 comments on commit 214aede

Please sign in to comment.