You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2019/07/08 09:14:51 UTC

[GitHub] [incubator-pagespeed-mod] ashishk-1 commented on a change in pull request #1906: Adding zlib to bazel build

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_r300994927
 
 

 ##########
 File path: bazel/zlib.bzl
 ##########
 @@ -0,0 +1,35 @@
+zlib_build_rule = """
+cc_library(
+    name = "zlib",
+    srcs = glob([
 
 Review comment:
   removed glob from sources and headers. Now artifacts are getting shown up in bazel-bin/external

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services