]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
win32*.sh: fix boost url
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 6 May 2021 07:10:36 +0000 (07:10 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 6 May 2021 07:42:08 +0000 (07:42 +0000)
The boost download location has changed, breaking the Windows build.
Ths commit updates the boost download url.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
win32_deps_build.sh

index 8083e1be9c5d7bb9c345363a85dee2fdf90e569a..e779d2685f1bf637aa0a836b4eb27541b7b4c1ab 100755 (executable)
@@ -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"