From: Lucian Petrut Date: Thu, 6 May 2021 07:10:36 +0000 (+0000) Subject: win32*.sh: fix boost url X-Git-Tag: v17.1.0~2049^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f1a8044f1da0f7171ee189b1c0c5f1e519694777;p=ceph-ci.git win32*.sh: fix boost url The boost download location has changed, breaking the Windows build. Ths commit updates the boost download url. Signed-off-by: Lucian Petrut --- diff --git a/win32_deps_build.sh b/win32_deps_build.sh index 8083e1be9c5..e779d2685f1 100755 --- a/win32_deps_build.sh +++ b/win32_deps_build.sh @@ -24,7 +24,7 @@ curlSrcDir="${depsSrcDir}/curl" curlDir="${depsToolsetDir}/curl" # For now, we'll keep the version number within the file path when not using git. -boostUrl="https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.gz" +boostUrl="https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.gz" boostSrcDir="${depsSrcDir}/boost_1_73_0" boostDir="${depsToolsetDir}/boost" zlibDir="${depsToolsetDir}/zlib"