-
Notifications
You must be signed in to change notification settings - Fork 63
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
Fix CI failures #61
Merged
Merged
Fix CI failures #61
Conversation
This file contains 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
1.25.4 was signed by Sergey. To build for 1.25.4, his key is required.
dekobon
force-pushed
the
fix-ci
branch
2 times, most recently
from
March 4, 2024 22:22
2627339
to
0c6a227
Compare
dekobon
force-pushed
the
fix-ci
branch
3 times, most recently
from
March 4, 2024 22:58
f032111
to
ee7a22a
Compare
This change recursively traverses the .gnupg home directory contained withing .cache and ensures that all files are set to their correct permissions.
This changes the download URL for zlib to Github because downloading directly from the zlib home page is unreliable.
There is no benefit to writing a concatenated list of gpg key names to an empty file. Moreover, this causes failures when there are too many keys because it results in an excessively long file name.
Remove cache key for nginx on MacOS build. Build release before running tests for MacOS tests.
GPG keys are now imported in groups by key server. Only the Ubuntu key server is now used. This should improve compatibility across gpg versions.
dekobon
changed the title
Fix CI failures due to zlib location and new signing signatures
Fix CI failures
Mar 5, 2024
This was referenced Mar 5, 2024
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.
Proposed changes
The change is a bundle of commits intended to fix the CI failures on this project. Contained within the PR are the following:
Checklist
Before creating a PR, run through this checklist and mark each as complete.