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 ef3d4bc commit c2946bd
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-r03.7z
- llvm-3.9.1-x86_64-w64-mingw32-juliadeps-r03.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-r03.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 @@
2568c86c23cc8609ca6641df4eb4502b
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
07e7cb96029ea765d8c7508cf03090b52eb3ff93c0338a2a09cb59b6e75b3cbc488a8517e1d466e6673ae54949cbf02ef8cb65557afe241ae93778dc53910e8a

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fb8e2da18d4dc31b0ef0381ce79aa87f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
81f3a986c28cc728389f5a568426cf7ead8f2c56c660b11230dbcd972e8a2694127b697e41a54c4c05140db1dae57a8a24e926fe84a22a6547dba391f769f6f2

0 comments on commit c2946bd

Please sign in to comment.