| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Sorry, something went wrong.
|
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## main #6846 +/- ##
=======================================
Coverage 95.02% 95.02%
=======================================
Files 1264 1264
Lines 113324 113324
=======================================
+ Hits 107682 107686 +4
+ Misses 5642 5638 -4
Continue to review full report at Codecov.
|
Sorry, something went wrong.
There's a [bug] w/ CentOS-7's version of `pkg-config` that can cause invocations to take a reeeeeaaaaly long time to complete. We discovered this when upgrading to grpc-1.38.1 and had to [rollback] the upgrade. The fix to `pkg-config` was rolled out about 8 years ago in `pkg-config` 0.28. This PR upgrades the pkg-config we use on CentOS-7 to the latest as of this writing. After this, I think we should be able to upgrade grpc again. [bug]: https://bugs.freedesktop.org/show_bug.cgi?id=54716 [rollback]: googleapis#6840
|
Google Cloud Build Logs
ℹ️ NOTE: Kokoro logs are linked from "Details" below. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
There's a bug w/ CentOS-7's version of pkg-config that can cause
invocations to take a reeeeeaaaaly long time to complete. We discovered
this when upgrading to grpc-1.38.1 and had to rollback the upgrade.
The fix to pkg-config was rolled out about 8 years ago in pkg-config
0.28. This PR upgrades the pkg-config we use on CentOS-7 to the latest
as of this writing. After this, I think we should be able to upgrade
grpc again.
This change is