]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
win32_deps_build.sh: change Boost URL 55081/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 09:44:56 +0000 (09:44 +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>
win32_deps_build.sh

index c61cd7cb78a8184db10d00980ed48d03a976336f..1434d8b7ca66be015027f248c80f01af4dc41706 100755 (executable)
@@ -16,7 +16,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.82.0/source/boost_1_82_0.tar.gz"
+boostUrl="https://archives.boost.io/release/1.82.0/source/boost_1_82_0.tar.gz"
 boostSha256Sum="66a469b6e608a51f8347236f4912e27dc5c60c60d7d53ae9bfe4683316c6f04c"
 boostSrcDir="${depsSrcDir}/boost_1_82_0"
 boostDir="${depsToolsetDir}/boost"