You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After pulling in #1781, we're now running into error: bazel-out/.../zlib_archive/libzlib.a(crc32.o): requires unsupported dynamic reloc 11; recompile with -fPIC.
We do get a little further with relocation-model=static, but I'm wondering if there's a better way to set this?
However this doesn't get us to a working state as we hit:
Error: `cargo metadata` exited with an error: error: manifest path `/tmp/.tmpR6uXck` contains no package: The manifest is virtual, and the workspace has no members.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
After pulling in #1781, we're now running into
error: bazel-out/.../zlib_archive/libzlib.a(crc32.o): requires unsupported dynamic reloc 11; recompile with -fPIC
.We do get a little further with
relocation-model=static
, but I'm wondering if there's a better way to set this?However this doesn't get us to a working state as we hit:
Beta Was this translation helpful? Give feedback.
All reactions