oschaaf commented on a change in pull request #1906: Adding zlib to bazel build
URL: 
https://github.com/apache/incubator-pagespeed-mod/pull/1906#discussion_r300716786
 
 

 ##########
 File path: bazel/repositories.bzl
 ##########
 @@ -16,3 +18,10 @@ def mod_pagespeed_dependencies():
         url = "https://github.com/google/brotli/archive/%s.tar.gz"; % 
BROTLI_COMMIT,
     )
 
+    http_archive(
+        name = "zlib",
 
 Review comment:
   I think bazel has a convention to name these, but I don't know from the top 
of my head. Renaming this also disambiguates with the `cc_library` rule below. 
Maybe add a TODO so we can do this later?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to