Skip to content

Build fails because of Swift #9963

Discussion options

You must be logged in to vote

We noticed a change in the swift script: Download ist now from gpg --keyserver hkp://keyserver.ubuntu.com \ instead of pgp_key_path=$(download_with_retry "https://swift.org/keys/all-keys.asc")
gpg --no-default-keyring --keyring swift --import "$pgp_key_path"

The issue is that hkp:// is using the default port 11371, so for us the firewall is blocking this. As a solution you could change it to gpg --keyserver hkp://keyserver.ubuntu.com:80 so the request will go over port 80 which is usually allowed.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@lukasbbuehler
Comment options

Answer selected by code-on-git
@lukasbbuehler
Comment options

@lukasbbuehler
Comment options

@code-on-git
Comment options

@lukasbbuehler
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants