Skip to content

Commit

Permalink
Update LLVM binaries used on AppVeyor to use shared libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Jun 3, 2016
1 parent 244a43f commit 879d484
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ init:
- git config --global core.autocrlf input

cache:
# Cache any downloads from sourceforge because it's really unreliable
# Cache large downloads to avoid network unreliability
- i686-4.9.2-release-win32-sjlj-rt_v4-rev3.7z
- x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z
- llvm-3.7.1-i686-w64-mingw32-juliadeps-r04.7z
- llvm-3.7.1-x86_64-w64-mingw32-juliadeps-r04.7z
- llvm-3.7.1-i686-w64-mingw32-juliadeps-r09.7z
- llvm-3.7.1-x86_64-w64-mingw32-juliadeps-r09.7z

build_script:
# If there's a newer build queued for the same PR, cancel this one
Expand Down
6 changes: 3 additions & 3 deletions contrib/windows/msys_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ if [ -z "$USEMSVC" ]; then
fi
export AR=${CROSS_COMPILE}ar

f=llvm-3.7.1-$ARCH-w64-mingw32-juliadeps-r04.7z
f=llvm-3.7.1-$ARCH-w64-mingw32-juliadeps-r09.7z
else
echo "override USEMSVC = 1" >> Make.user
echo "override ARCH = $ARCH" >> Make.user
Expand All @@ -142,8 +142,8 @@ checksum_download \
"$f" "https://bintray.com/artifact/download/tkelman/generic/$f"
echo "Extracting $f"
$SEVENZIP x -y $f >> get-deps.log
echo 'override LLVM_CONFIG := $(JULIAHOME)/usr/tools/llvm-config.exe' >> Make.user
echo 'override LLVM_SIZE := $(JULIAHOME)/usr/tools/llvm-size.exe' >> Make.user
echo 'override LLVM_CONFIG := $(JULIAHOME)/usr/bin/llvm-config.exe' >> Make.user
echo 'override LLVM_SIZE := $(JULIAHOME)/usr/bin/llvm-size.exe' >> Make.user

if [ -z "`which make 2>/dev/null`" ]; then
if [ -n "`uname | grep CYGWIN`" ]; then
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
774a1f7cfd555c8e6a786732697efa7e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
39b2b6ae8d6a7c0e8334011b396a815fc11932a073ab312a607ac08e494baeaca77fb059cc97221924376fa74518b2e3dfafa2608a256e3d433d4f901c2615f0

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
283ebe30bcb1f5b58380af1389a51912
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9dcb1496661d33c5683940040d5c4fd9382bb320b157b41a9c97e33548e9255756dc19969193841577de79dc06402191928955d42340e6c10ab3a6f496897bdd

0 comments on commit 879d484

Please sign in to comment.