Skip to content

Commit c0d1d04

Browse files
author
Kirill
authored
[bazel] Update WORKSPACE file in examples (#97613)
1 parent d4f3d24 commit c0d1d04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils/bazel/examples/submodule/WORKSPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ workspace(name = "submodule_example")
88

99
SKYLIB_VERSION = "1.0.3"
1010

11+
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
12+
1113
http_archive(
1214
name = "bazel_skylib",
1315
sha256 = "97e70364e9249702246c0e9444bccdc4b847bed1eb03c5a3ece4f83dfe6abc44",
@@ -28,6 +30,8 @@ load("@llvm-raw//utils/bazel:configure.bzl", "llvm_configure")
2830

2931
llvm_configure(name = "llvm-project")
3032

33+
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
34+
3135
maybe(
3236
http_archive,
3337
name = "llvm_zlib",

0 commit comments

Comments
 (0)