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
F3495415: D5872.diff
Thu, Dec 19, 8:33 AM
F3491116: D5872.id19551.diff
Wed, Dec 18, 6:17 PM
F3491115: D5872.id19358.diff
Wed, Dec 18, 6:17 PM
F3488681: D5872.id.diff
Wed, Dec 18, 10:59 AM
Unknown Object (File)
Nov 10 2024, 5:59 PM
Unknown Object (File)
Nov 10 2024, 5:59 PM
Unknown Object (File)
Nov 10 2024, 5:59 PM
Unknown Object (File)
Nov 10 2024, 5:55 PM
Subscribers

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

varun added inline comments.
.buildkite/android.yml
7 ↗(On Diff #19358)

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 ↗(On Diff #19358)

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.