[cmake-user,shiftmedia-libgnutls] Test/fix FindGnuTLS#40473
Merged
data-queue merged 2 commits intomicrosoft:masterfrom Aug 17, 2024
Merged
[cmake-user,shiftmedia-libgnutls] Test/fix FindGnuTLS#40473data-queue merged 2 commits intomicrosoft:masterfrom
data-queue merged 2 commits intomicrosoft:masterfrom
Conversation
Cheney-W
approved these changes
Aug 16, 2024
data-queue
approved these changes
Aug 17, 2024
vszakats
added a commit
to curl/curl
that referenced
this pull request
Aug 28, 2024
Starting today vcpkg wants to rebuild GnuTLS but fails: ``` error: building shiftmedia-libgnutls:x64-windows failed with: BUILD_FAILED ``` Ref: https://github.com/curl/curl/actions/runs/10594890318/job/29359499149#step:5:144 Temporary solution: - drop it from the MultiSSL job. - replace with mbedTLS job. This job still tests libssh and I could not find a better place for it right away. GnuTLS to be restored once it builds again. Possibly when this hash reaches the GHA `windows-latest` runner: microsoft/vcpkg@f5ec6f3 Also: - switch to Debug for the mbedTLS job. Should also work now with GnuTLS, once it's back: Ref: microsoft/vcpkg#40473 Closes #14710
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #40414.