Skip to content

Commit

Permalink
Add 'local' Tag to @com_github_antirez_redis//:bin (ray-project#19685)
Browse files Browse the repository at this point in the history
* Build redis locally

* fix
  • Loading branch information
lixin-wei authored Oct 26, 2021
1 parent 00ea716 commit c937950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel/BUILD.redis
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ genrule(
rm -r -f -- "$${tmpdir}"
""",
visibility = ["//visibility:public"],
tags = ["local"],
)

# This library is for internal hiredis use, because hiredis assumes a
Expand Down

0 comments on commit c937950

Please sign in to comment.