Skip to content

Commit 54bc3e5

Browse files
pietroalbiniMark-Simulacrum
authored andcommitted
fetch cloudabi packages from our own mirror
The upstream archive went down due to an expired certificate, so I mirrored the whole thing on our mirrors S3 bucket. This is safe, as the certificate just seemed to be expired and the contents of the APT archive are signed anyway.
1 parent 6e40414 commit 54bc3e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/dist-various-2/build-cloudabi-toolchain.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ ln -s ../../${target} /usr/lib/llvm-5.0/${target}
3333

3434
# Install the C++ runtime libraries from CloudABI Ports.
3535
apt-key adv --batch --yes --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0DA51B8531344B15
36-
add-apt-repository -y 'deb https://nuxi.nl/distfiles/cloudabi-ports/debian/ cloudabi cloudabi'
36+
add-apt-repository -y \
37+
'deb https://ci-mirrors.rust-lang.org/rustc/2020-05-04-cloudabi-apt-archive/ cloudabi cloudabi'
3738

3839
apt-get update
3940
apt-get install -y "${target//_/-}-cxx-runtime"

0 commit comments

Comments
 (0)