We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System information
Describe the bug
hiredis update redis/hiredis#1057 changes static lib name from libhiredis_static.a to libhiredis.a, causing build failture:
libhiredis_static.a
libhiredis.a
external/hiredis/BUILD.bazel:19:15: output 'external/hiredis/hiredis/lib/libhiredis_static.a' was not created
Need to update hiredis.BUILD or fix hiredis to older version in WORKSPACE.
hiredis.BUILD
WORKSPACE
Code to reproduce the issue
git clone https://github.com/tensorflow/recommenders-addons.git cd recommenders-addons python configure.py bazel build --enable_runfiles build_pip_pkg
The text was updated successfully, but these errors were encountered:
Hi @xiangzez , thank you for the feedback, we really met the issue. We will fix it soon. thank you again!
Sorry, something went wrong.
MoFHeka
Successfully merging a pull request may close this issue.
System information
Describe the bug
hiredis update redis/hiredis#1057 changes static lib name from
libhiredis_static.a
tolibhiredis.a
, causing build failture:Need to update
hiredis.BUILD
or fix hiredis to older version inWORKSPACE
.Code to reproduce the issue
The text was updated successfully, but these errors were encountered: