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/10 06:02:34 UTC

[GitHub] [incubator-pagespeed-mod] sambhajis-gdb commented on a change in pull request #1912: adding hiredis library to bazel build

sambhajis-gdb commented on a change in pull request #1912: adding hiredis library to bazel build
URL: https://github.com/apache/incubator-pagespeed-mod/pull/1912#discussion_r301897529
 
 

 ##########
 File path: bazel/hiredis.bzl
 ##########
 @@ -0,0 +1,23 @@
+hiredis_build_rule = """
+cc_library(
+    name = "hiredis",
+    srcs = [
+        "async.c",
+        "hiredis.c",
+        "net.c",
+        "read.c",
+        "sds.c",
+    ],
+    hdrs = [
+        "dict.c",
 
 Review comment:
   added comments to bazel file

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