-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
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
Build is broken due to Orbit not having Conan lock files anymore #4844
Comments
See error here
|
I'm currently seeing this on Ubuntu 20.04, even with the pending patch. Is there a workaround this atm? |
Weirdly enough--openssl, protobuf, and grpc all list zlib 1.2.13 as their version on the conan website. |
was able to workaround this by manually editing my ~/.conan cache to point to the correct dependencies. |
fixed in #4851 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The build is very brittle as exposed here.
Now we have an issue that seems to be due to us abandoning lockfiles. It seems recipes were updated upstream with breaking changes and we can't build on Ubuntu 20.04 anymore, and I saw the same issue on Windows.
Any idea how to fix this, @beckerhe
The text was updated successfully, but these errors were encountered: