Skip to content

Commit f6008aa

Browse files
committed
Change to the NetBSD archive URL rather than the CDN
The CDN has been down for a few hours. Switch to an alternative for the time being so we can unblock CI. It appears that the CDN is quite a bit faster, so we will likely want to switch back when available.
1 parent 7d97c59 commit f6008aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ci/docker/host-x86_64/dist-x86_64-netbsd/build-netbsd-toolchain.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ mkdir -p /x-tools/x86_64-unknown-netbsd/sysroot
2727

2828
# URL=https://ci-mirrors.rust-lang.org/rustc
2929

30-
SOURCE_URL=https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.0/source/sets
30+
# FIXME: the archive URL is being used temporarily while the CDN is down.
31+
# Change back to the original URL once it is back up.
32+
# SOURCE_URL=https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.0/source/sets
33+
SOURCE_URL=http://archive.netbsd.org/pub/NetBSD-archive/NetBSD-9.0/source/sets/src.tgz
3134
curl $SOURCE_URL/src.tgz | tar xzf -
3235
curl $SOURCE_URL/gnusrc.tgz | tar xzf -
3336
curl $SOURCE_URL/sharesrc.tgz | tar xzf -

0 commit comments

Comments
 (0)