GHA/linux: drop patch from openssl3 thread sanitizer#15379
Closed
vszakats wants to merge 4 commits intocurl:masterfrom
Closed
GHA/linux: drop patch from openssl3 thread sanitizer#15379vszakats wants to merge 4 commits intocurl:masterfrom
vszakats wants to merge 4 commits intocurl:masterfrom
Conversation
The patch is now part of the 3.4.0 stable release Also: - rename this local build to match the scheme used with wolfssl. - drop '3' from local openssl build name. - sync job name with others.
93d7def to
2c936ca
Compare
vszakats
added a commit
to vszakats/curl
that referenced
this pull request
Oct 23, 2024
Follow-up to 73d2779 curl#15379
pps83
pushed a commit
to pps83/curl
that referenced
this pull request
Apr 26, 2025
The patch is now part of the 3.4.0 stable release. (Turns out it was part of 3.3.2 already.) Also: - rename this local build to match the scheme used with wolfssl. - drop '3' from local openssl build name. - sync job name with others. - quote step names where missing. Follow-up to a2bcec0 curl#14751 Closes curl#15379
pps83
pushed a commit
to pps83/curl
that referenced
this pull request
Apr 26, 2025
Also: - drop patch suffix from cache key for thread-sanitizer local build Follow-up to 73d2779 curl#15379 Closes curl#15383
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.
The patch is now part of the 3.4.0 stable release.
(Turns out it was part of 3.3.2 already.)
Also:
Follow-up to a2bcec0 #14751