googleapis / googleapis/google-cloud-cpp
ci windows bazel libcurl version skew
- Vorherrschende Sprache
- C++
- Sterne
- 659
- Forks
- 462
- Ø Merge
- 1 T. 2 Std.
- Gemergte PRs (30 T.)
- 89
Beschreibung
Executing tests on GHA with the windows-bazel builds results in a libcurl error of an "unknown option". This started when we added the CURLOPT_NOPROXY for the MDS to curl_impl.cc and continued even after we wrapped the option with a conditional to check the libcurl version to guarantee support.
As this compiles without issue, but results in a runtime failure, the suspicion is that the library version linked is not the same as the libcurl headers version, but we don't have definitive proof at this time.
For now, we have added another conditional compilation define to work around this runtime failure thats specific to our windows-bazel CI.
Beitragsleitfaden
Rechercherichtung
Beginne mit curl_impl.cc und den windows-bazel GitHub Actions-Builds und konzentriere dich auf die beim Kompilieren und zur Laufzeit verwendeten libcurl-Header und Bibliotheksversionen. Reproduziere den CURLOPT_NOPROXY-Fehler und verifiziere die Ursache durch die Versionsabweichung; als erledigt gilt die Aufgabe, wenn die Windows Bazel CI ohne den für den Workaround spezifischen Laufzeitfehler ausgeführt wird.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- cpp
- Bereich
- build-system, ci-cd, operating-systems
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 35/100