aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines/build-mac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-28 01:56:20 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-28 01:56:20 +0100
commit60f1f4537f51f6c69ee3d255d49e7543c8869836 (patch)
treee72ccffff635591507a5baa6052542b2a10343e4 /azure-pipelines/build-mac
parent54bd37e8816bd6833ce0fa2801d4a0e9a6ada7ad (diff)
downloadqpdf-60f1f4537f51f6c69ee3d255d49e7543c8869836.tar.zst
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.
Diffstat (limited to 'azure-pipelines/build-mac')
-rwxr-xr-xazure-pipelines/build-mac2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines/build-mac b/azure-pipelines/build-mac
index 274ea5b1..96d900bb 100755
--- a/azure-pipelines/build-mac
+++ b/azure-pipelines/build-mac
@@ -1,6 +1,6 @@
#!/bin/bash
set -ex
-curl -L https://www.ijg.org/files/jpegsrc.v9c.tar.gz -o jpegsrc.v9c.tar.gz
+curl -L https://github.com/qpdf/qpdf/raw/external-libs/jpegsrc.v9c.tar.gz -o jpegsrc.v9c.tar.gz
tar xzf jpegsrc.v9c.tar.gz
cd jpeg-9c
./configure