Skip to content

Commit

Permalink
Fix up get_boost.sh
Browse files Browse the repository at this point in the history
Summary: We still support Debian/Ubuntu versions which have a too-old boost. Sadly we are no longer testing them so we missed that boost now self-hosts its sources. Update the `get_boost.sh` script.

Reviewed By: wsanville

Differential Revision: D68358156

fbshipit-source-id: 1a40fa703b11ad36b322b60b60ad8b2125211c66
  • Loading branch information
agampe authored and facebook-github-bot committed Jan 18, 2025
1 parent 2eda563 commit ffb59af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BOOST_VERSION="1.71.0"

BOOST_VERSION_UNDERSCORE="${BOOST_VERSION//./_}"
BOOST_FILE="boost_${BOOST_VERSION_UNDERSCORE}.tar.bz2"
BOOST_TAR_URL="https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/${BOOST_FILE}"
BOOST_TAR_URL="https://archives.boost.io/release/${BOOST_VERSION}/source/${BOOST_FILE}"
BOOST_CACHE_DIR="dl_cache/boost_cache"
BOOST_TAR_LOCAL="${BOOST_CACHE_DIR}/${BOOST_FILE}"
BOOST_DIR="boost_${BOOST_VERSION_UNDERSCORE}"
Expand Down

0 comments on commit ffb59af

Please sign in to comment.