Skip to content

Commit 4e649cc

Browse files
committed
use port 80 for retrieving GPG key
This works around firewalls blocking port 11371. See https://unix.stackexchange.com/questions/75892/keyserver-timed-out-when-trying-to-add-a-gpg-public-key.
1 parent ad30e9a commit 4e649cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/dist-various-1/install-x86_64-redox.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -ex
66
apt-get update
77
apt-get install -y --no-install-recommends software-properties-common apt-transport-https
88

9-
apt-key adv --batch --yes --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F
9+
apt-key adv --batch --yes --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys AA12E97F0881517F
1010
add-apt-repository -y 'deb https://static.redox-os.org/toolchain/apt /'
1111

1212
apt-get update

0 commit comments

Comments
 (0)