Skip to content

Commit

Permalink
Update appveyor llvm binaries for latest patches
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Jan 4, 2017
1 parent 10ca4b2 commit 5f265f7
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ cache:
# 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.9.1-i686-w64-mingw32-juliadeps-r02.7z
- llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r02.7z
- llvm-3.9.1-i686-w64-mingw32-juliadeps-r04.7z
- llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r04.7z
- usr/bin/busybox.exe

build_script:
Expand Down
2 changes: 1 addition & 1 deletion contrib/windows/msys_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if [ -z "$USEMSVC" ]; then
fi
export AR=${CROSS_COMPILE}ar

f=llvm-3.9.1-$ARCH-w64-mingw32-juliadeps-r02.7z
f=llvm-3.9.1-$ARCH-w64-mingw32-juliadeps-r04.7z
else
echo "override USEMSVC = 1" >> Make.user
echo "override ARCH = $ARCH" >> Make.user
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
912e986977539e14fccaac70229852cc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c2632222dc2662c0fe65372d74dbf65e9dcad638a9b668952b12ab270fc633c83b1a3a48342e488757a5ded1e0b633f04fb545fd0f5867c329524ca6b2881143

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a32011de56ca5146a601e9866d3b4619
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3c6010b1b59979d56b611201e824405fde14a11a56c45b6fb5007c6c38c2db41c2b2590b0ca81ad0d9dbaaad9d83fd7342653a2937806f04d9693fd9611f5be3

0 comments on commit 5f265f7

Please sign in to comment.