microsoft / plcrashreporter

Reliable, open-source crash reporting for iOS, macOS and tvOS
Other
2.84k stars 532 forks source link

Use protobuf v25.3 for building #307

Closed MikhailSuendukov closed 3 months ago

MikhailSuendukov commented 3 months ago

Description

Use protobuf v25.3 for building on pipelines. We use protobuf-c to work with .proto files. And the protobuf package is a dependency of the protobuf-c package, and after protobuf was updated to version 26.1, we began to encounter errors in the PLCrashReporter build on Azure pipelines. Since brew does not support versioning, we use the formula with version protobuf v25.3 from the repository https://github.com/Homebrew/homebrew-core and install the package corresponding to this formula.

Related PRs or issues

https://github.com/microsoft/plcrashreporter/pull/303

MikhailSuendukov commented 3 months ago

Build successful