]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
win32_deps_build.sh: change Boost URL 55084/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 8 Jan 2024 08:44:51 +0000 (08:44 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Mon, 8 Jan 2024 12:52:25 +0000 (12:52 +0000)
The Boost download URL is broken again [1], we'll switch to a
working mirror.

[1] https://github.com/boostorg/boost/issues/842

Fixes: https://tracker.ceph.com/issues/63952
Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
(cherry picked from commit 594d1e5e83e3d4c318ab1dd79660670a0852f7e6)

win32_deps_build.sh

index 8535339e7bcb60502924da9898fb0195126e0d41..c50aba54ad18542eff6a37fc5b6462186d7a79a3 100755 (executable)
@@ -20,7 +20,7 @@ sslDir="${depsToolsetDir}/openssl"
 sslSrcDir="${depsSrcDir}/openssl"
 
 # For now, we'll keep the version number within the file path when not using git.
-boostUrl="https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.gz"
+boostUrl="https://archives.boost.io/release/1.79.0/source/boost_1_79_0.tar.gz"
 boostSrcDir="${depsSrcDir}/boost_1_79_0"
 boostDir="${depsToolsetDir}/boost"
 zlibDir="${depsToolsetDir}/zlib"