Skip to content

Commit

Permalink
win32_deps_build.sh: change Boost URL
Browse files Browse the repository at this point in the history
The Boost download URL is broken again [1], we'll switch to a
working mirror.

[1] boostorg/boost#842

Fixes: https://tracker.ceph.com/issues/63952

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
(cherry picked from commit 594d1e5)
  • Loading branch information
petrutlucian94 committed Jan 8, 2024
1 parent cda00bb commit ddbc2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32_deps_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.gz"
boostUrl="https://archives.boost.io/release/1.75.0/source/boost_1_75_0.tar.gz"
boostSrcDir="${depsSrcDir}/boost_1_75_0"
boostDir="${depsToolsetDir}/boost"
zlibDir="${depsToolsetDir}/zlib"
Expand Down

0 comments on commit ddbc2ff

Please sign in to comment.