Skip to content

Commit

Permalink
[bazel] Update WORKSPACE file in examples (#97613)
Browse files Browse the repository at this point in the history
  • Loading branch information
lravenclaw committed Jul 3, 2024
1 parent d4f3d24 commit c0d1d04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/bazel/examples/submodule/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ workspace(name = "submodule_example")

SKYLIB_VERSION = "1.0.3"

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "bazel_skylib",
sha256 = "97e70364e9249702246c0e9444bccdc4b847bed1eb03c5a3ece4f83dfe6abc44",
Expand All @@ -28,6 +30,8 @@ load("@llvm-raw//utils/bazel:configure.bzl", "llvm_configure")

llvm_configure(name = "llvm-project")

load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")

maybe(
http_archive,
name = "llvm_zlib",
Expand Down

0 comments on commit c0d1d04

Please sign in to comment.