Skip to content
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

Add workaround for gzipped gpg keys to fix random CI failures #680

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

fwcd
Copy link

@fwcd fwcd commented Aug 28, 2024

This combines the fixes by @pfusik and @redsun82, updating the gpg URL from https://swift.org to the canonical location under https://www.swift.org and unzipping the fetched keys to work around #591. This logic is scoped to macOS and Linux for now, since these Unix commands may be unavailable on Windows.

While this is not the most elegant solution, having it upstream would fix the majority of random CI failures for Swift packages for now without vendoring a custom version of this action, until the likely server-sided misconfiguration is fixed.

fwcd added a commit to fwcd/swiftplot that referenced this pull request Sep 3, 2024
@fwal fwal added the enhancement New feature or request label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants