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/05 15:02:07 UTC

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

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_r300714943
 
 

 ##########
 File path: bazel/zlib.bzl
 ##########
 @@ -0,0 +1,35 @@
+zlib_build_rule = """
+cc_library(
+    name = "zlib",
+    srcs = glob([
 
 Review comment:
   `glob(` should be removed here and below (and also the corresponding `)`s)
   When you do that I think the artifacts will start showing 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