-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Harmonize protobuf versions by upgrading to a minimum protobuf version of 25.1 and fix CI error #6725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
22103ab
to
8677d8f
Compare
5f1e904
to
3a23223
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6725 +/- ##
=======================================
Coverage 56.45% 56.45%
=======================================
Files 509 509
Lines 32515 32515
Branches 3057 3057
=======================================
Hits 18356 18356
Misses 13334 13334
Partials 825 825 ☔ View full report in Codecov by Sentry. |
ed695c2
to
224a1e3
Compare
@andife @justinchuby Seems that it works. The lining failures are unrelated. |
The release pipelines must be triggered manually with the label “run release CIs”. As I understand it, we do not currently have tests for all the cases we want? |
224a1e3
to
71d31d5
Compare
a55eef7
to
4dbef00
Compare
094ae12
to
625fb2c
Compare
I think this looks good. @andife what do yo think |
I also think it should fit. |
What title is more suitable? |
According to my understanding the following: "Harmonize protobuf versions by upgrading to a minimum protobuf version of 25.1 and fix CI error" We had 21.12/protobuf-cpp-3.21.12.tar.gz before |
Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com> Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
Description
Fix CI errors for using Protobuf 4.25.1 .
Motivation and Context