Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Fix Starlark function syntax #64
Conversation
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`.
@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
.