From 60f1f4537f51f6c69ee3d255d49e7543c8869836 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 27 Jan 2019 19:56:20 -0500 Subject: Download external libraries from github Download external libraries from an isolated branch in github to avoid dependencies on external download locations, which cause sporadic CI build failures. --- azure-pipelines/build-windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines/build-windows') diff --git a/azure-pipelines/build-windows b/azure-pipelines/build-windows index e49bead7..d0bd7316 100755 --- a/azure-pipelines/build-windows +++ b/azure-pipelines/build-windows @@ -20,7 +20,7 @@ fi if [ -f distfiles/distfiles.zip ]; then unzip distfiles/distfiles.zip fi -curl -L https://downloads.sourceforge.net/project/qpdf/external-libs/2017-08-21/qpdf-external-libs-bin.zip -o qpdf-external-libs-bin.zip +curl -L https://github.com/qpdf/qpdf/raw/external-libs/qpdf-external-libs-bin.zip -o qpdf-external-libs-bin.zip unzip qpdf-external-libs-bin.zip cwd=`pwd` PATH=$cwd/libqpdf/build:$PATH -- cgit v1.2.3-54-g00ecf