Page MenuHomePhabricator

[CI] Update android.yml to use protobuf 3.15
ClosedPublic

Authored by jon on Dec 14 2022, 2:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 5:59 PM
Unknown Object (File)
Sun, Nov 10, 5:59 PM
Unknown Object (File)
Sun, Nov 10, 5:59 PM
Unknown Object (File)
Sun, Nov 10, 5:55 PM
Unknown Object (File)
Wed, Nov 6, 7:09 PM
Unknown Object (File)
Tue, Nov 5, 7:26 AM
Unknown Object (File)
Tue, Nov 5, 7:26 AM
Unknown Object (File)
Tue, Nov 5, 7:26 AM
Subscribers

Diff Detail

Repository
rCOMM Comm
Branch
jonringer/android-protoc
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

varun added inline comments.
.buildkite/android.yml
7

why are we installing all of these packages?

This revision is now accepted and ready to land.Dec 16 2022, 9:45 AM
jon added inline comments.
.buildkite/android.yml
7

The install_protobuf.sh script is installing protobuf from source as the package set from ubuntu has an outdated version. autoconf and libtool might not be necessary (protobuf can also be installed using autotools); but the rest are necessary.