Commit 60f1f4537f51f6c69ee3d255d49e7543c8869836
1 parent
54bd37e8
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.
Showing
2 changed files
with
2 additions
and
2 deletions
azure-pipelines/build-mac
azure-pipelines/build-windows
| ... | ... | @@ -20,7 +20,7 @@ fi |
| 20 | 20 | if [ -f distfiles/distfiles.zip ]; then |
| 21 | 21 | unzip distfiles/distfiles.zip |
| 22 | 22 | fi |
| 23 | -curl -L https://downloads.sourceforge.net/project/qpdf/external-libs/2017-08-21/qpdf-external-libs-bin.zip -o qpdf-external-libs-bin.zip | |
| 23 | +curl -L https://github.com/qpdf/qpdf/raw/external-libs/qpdf-external-libs-bin.zip -o qpdf-external-libs-bin.zip | |
| 24 | 24 | unzip qpdf-external-libs-bin.zip |
| 25 | 25 | cwd=`pwd` |
| 26 | 26 | PATH=$cwd/libqpdf/build:$PATH | ... | ... |