Skip to content

Commit

Permalink
build: Prefer Ceph's mirror of boost and add boost archive
Browse files Browse the repository at this point in the history
Since jfrog goes down from time to time, put it last in the list for
now.

Signed-off-by: Adam Emerson <[email protected]>
  • Loading branch information
adamemerson committed May 22, 2024
1 parent 3543542 commit dd54e6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmake/modules/BuildBoost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ function(do_build_boost root_dir version)
set(boost_sha256 a6e1ab9b0860e6a2881dd7b21fe9f737a095e5f33a3a874afc6a345228597ee6)
string(REPLACE "." "_" boost_version_underscore ${boost_version} )
list(APPEND boost_url
https://boostorg.jfrog.io/artifactory/main/release/${boost_version}/source/boost_${boost_version_underscore}.tar.bz2
https://download.ceph.com/qa/boost_${boost_version_underscore}.tar.bz2)
https://download.ceph.com/qa/boost_${boost_version_underscore}.tar.bz2
https://archives.boost.io//release/${boost_version}/source/boost_${boost_version_underscore}.tar.bz2
https://boostorg.jfrog.io/artifactory/main/release/${boost_version}/source/boost_${boost_version_underscore}.tar.bz2)
set(source_dir
URL ${boost_url}
URL_HASH SHA256=${boost_sha256}
Expand Down

0 comments on commit dd54e6b

Please sign in to comment.