Uh oh!
There was an error while loading. Please reload this page.
ARROW-12915: [Release] Build of ubuntu-docs is failing on thrift - #10430
ARROW-12915: [Release] Build of ubuntu-docs is failing on thrift#10430jonkeane wants to merge 5 commits into
Conversation
jonkeane
commented
Jun 1, 2021
This PR resolves building on Ubuntu 20.04 which is our default though the crossbow build in tasks is on 20.10 which has one of these additions, but also a newer protobuff so that's not needed to be bundled. We also might consider not adding these lines but making clear in the docker compose file that |
jonkeane
commented
Jun 1, 2021
I ran this on crossbow (locally since the GH actions comment bot isn't working right now https://issues.apache.org/jira/browse/ARROW-12919) and the only ubuntu crossbow builds that failed were all ones that have other current nightly failures. I've also added a defaults docs nightly to catch if we have a mismatch like this in the future. |
| libcurl4-openssl-dev \ | ||
| libgflags-dev \ | ||
| libgoogle-glog-dev \ | ||
| libgrpc++-dev \ |
There was a problem hiding this comment.
We don't need to install libgrpc++-dev and protobuf-compiler-grpc when we use bundled gRPC and ProtoBuf.
There was a problem hiding this comment.
Ah yes, thanks for that! Cruft leftover from me trying to get it working
jorgecarleitao
left a comment
There was a problem hiding this comment.
Thanks a lot, @jonkeane !
No description provided.