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)
Sat, Jun 29, 7:47 PM
Unknown Object (File)
Sat, Jun 29, 3:31 PM
Unknown Object (File)
Wed, Jun 26, 3:56 PM
Unknown Object (File)
Thu, Jun 13, 3:58 PM
Unknown Object (File)
Wed, Jun 12, 11:02 PM
Unknown Object (File)
May 26 2024, 3:24 PM
Unknown Object (File)
May 25 2024, 4:37 AM
Unknown Object (File)
May 25 2024, 4:37 AM
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.