actions / runner-images

GitHub Actions runner images
MIT License
9.13k stars 2.82k forks source link

Use hkps instead of hkp for gpg? #9708

Closed mhever closed 2 weeks ago

mhever commented 2 weeks ago

Description

We're behind corporate firewall. Since https://github.com/actions/runner-images/pull/9677/files build doesn't work, hkp protocol is blocked. Could you switch to hkps? That one is using port 443 and works. I don't see any downside to that change.

images/ubuntu/scripts/build/install-swift.sh

Platforms affected

Runner images affected

Image version and build link

HEAD

Is it regression?

no

Expected behavior

Build working, but right now hkp port is blocking us.

Actual behavior

We get timeout on the gpg call.

Repro steps

Building HEAD for ubuntu 20/22.

MaksimZhukov commented 2 weeks ago

Hello @mhever! We follow the recommended approach: https://www.swift.org/install/linux/#Installation-via-Tarball Please adjust your corporate firewall.