Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 1d3d08a

Browse files
committed
Update LLVM URLs to releases.llvm.org
1 parent c3b1729 commit 1d3d08a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

slaves/linux-cross/build-libunwind.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ set -ex
55
# To build MUSL targets we're going to need a libunwind lying around, so acquire that
66
# here and build it.
77
if [ ! -d "llvm-3.8.0.src" ]; then
8-
curl http://llvm.org/releases/3.8.0/llvm-3.8.0.src.tar.xz | tar xJf -
8+
curl http://releases.llvm.org/3.8.0/llvm-3.8.0.src.tar.xz | tar xJf -
99
fi
1010

1111
if [ ! -d "libunwind-3.8.0.src" ]; then
12-
curl http://llvm.org/releases/3.8.0/libunwind-3.8.0.src.tar.xz | tar xJf -
12+
curl http://releases.llvm.org/3.8.0/libunwind-3.8.0.src.tar.xz | tar xJf -
1313
fi
1414

1515
rm -rf libunwind-build

slaves/linux/build-musl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ cd ..
2121

2222
# To build MUSL we're going to need a libunwind lying around, so acquire that
2323
# here and build it.
24-
curl http://llvm.org/releases/3.7.0/llvm-3.7.0.src.tar.xz | tar xJf -
25-
curl http://llvm.org/releases/3.7.0/libunwind-3.7.0.src.tar.xz | tar xJf -
24+
curl http://releases.llvm.org/3.7.0/llvm-3.7.0.src.tar.xz | tar xJf -
25+
curl http://releases.llvm.org/3.7.0/libunwind-3.7.0.src.tar.xz | tar xJf -
2626
mkdir libunwind-build
2727
cd libunwind-build
2828
# for x86_64

0 commit comments

Comments
 (0)