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

 ##########
 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",
+        strip_prefix = "zlib-%s" % ZLIB_COMMIT,
+        url = "https://github.com/madler/zlib/archive/%s.tar.gz"; % ZLIB_COMMIT,
 
 Review comment:
   added sha256 checksum in http_archive

----------------------------------------------------------------
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