Skip to content

Commit 83d9c63

Browse files
authored
[bazel] Add alias for zlib-ng for WORKSPACE compat (#169530)
The consumer of zlib in third-party/BUILD.bazel expects zlib-ng from the BCR, if you still load this version from your WORKSPACE / MODULE.bazel you need to use this name instead.
1 parent 4533699 commit 83d9c63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

utils/bazel/third_party_build/zlib-ng.BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,8 @@ cc_library(
9696
strip_include_prefix = ".",
9797
visibility = ["//visibility:public"],
9898
)
99+
100+
alias(
101+
name = "zlib-ng",
102+
actual = ":zlib",
103+
)

0 commit comments

Comments
 (0)