Open agasparovic-sabre opened 4 years ago
It's no longer working with the latest version of Bazel. Tested by adding cpp_redis dependency to another repository's WORKSPACE and calling cpp_redis_repositories(), then executing bazel build @com_github_cpp_redis_cpp_redis//:cpp_redis.
cpp_redis_repositories()
bazel build @com_github_cpp_redis_cpp_redis//:cpp_redis
@appkins This is a fix to my previous PR. The build failure referenced here seems to be unrelated.
It's no longer working with the latest version of Bazel. Tested by adding cpp_redis dependency to another repository's WORKSPACE and calling
cpp_redis_repositories()
, then executingbazel build @com_github_cpp_redis_cpp_redis//:cpp_redis
.