Skip to content

Commit 93171d9

Browse files
committed
Initialize bazel_features
1 parent 2746b3f commit 93171d9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

WORKSPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ rules_cc_dependencies()
2121

2222
rules_cc_toolchains()
2323

24+
load("@bazel_features//:deps.bzl", "bazel_features_deps")
25+
26+
bazel_features_deps()
27+
2428
load("@rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
2529

2630
compatibility_proxy_repo()

rules_haskell_tests/WORKSPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ rules_cc_dependencies()
2020

2121
rules_cc_toolchains()
2222

23+
load("@bazel_features//:deps.bzl", "bazel_features_deps")
24+
25+
bazel_features_deps()
26+
2327
load("@rules_cc//cc:extensions.bzl", "compatibility_proxy_repo")
2428

2529
compatibility_proxy_repo()

0 commit comments

Comments
 (0)