From b5502a49c3e8f4b1c1563852090d41d5de5f83e7 Mon Sep 17 00:00:00 2001 From: Michael Legleux Date: Tue, 20 Jul 2021 18:18:21 +0000 Subject: [PATCH] update boost URL --- .travis.yml | 3 +-- Builds/containers/shared/build_deps.sh | 3 +-- Builds/linux/README.md | 5 +---- Builds/macos/README.md | 4 +--- 4 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index ecc58053dc..4751f539ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ env: - NIH_CACHE_ROOT=${CACHE_DIR}/nih_c - PARALLEL_TESTS=true # this is NOT used by linux container based builds (which already have boost installed) - - BOOST_URL='https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.bz2' + - BOOST_URL='https://boostorg.jfrog.io/artifactory/main/release/1.70.0/source/boost_1_70_0.tar.gz' # Alternate dowload location - BOOST_URL2='https://downloads.sourceforge.net/project/boost/boost/1.70.0/boost_1_70_0.tar.bz2?r=&ts=1594393912&use_mirror=newcontinuum' # Travis downloader doesn't seem to have updated certs. Using this option @@ -439,4 +439,3 @@ cache: notifications: email: false - diff --git a/Builds/containers/shared/build_deps.sh b/Builds/containers/shared/build_deps.sh index 4ed7a31e66..14c007b562 100755 --- a/Builds/containers/shared/build_deps.sh +++ b/Builds/containers/shared/build_deps.sh @@ -9,7 +9,7 @@ function build_boost() mkdir -p /opt/local cd /opt/local BOOST_ROOT=/opt/local/boost_${boost_path} - BOOST_URL="https://dl.bintray.com/boostorg/release/${boost_ver}/source/boost_${boost_path}.tar.bz2" + BOOST_URL="https://boostorg.jfrog.io/artifactory/main/release/${boost_ver}/source/boost_${boost_path}.tar.gz" BOOST_BUILD_ALL=true . /tmp/install_boost.sh if [ "$do_link" = true ] ; then @@ -145,4 +145,3 @@ if [ "${CI_USE}" = true ] ; then pip install requests pip install https://github.com/codecov/codecov-python/archive/master.zip fi - diff --git a/Builds/linux/README.md b/Builds/linux/README.md index 7a82c15be2..4d7c7abde5 100644 --- a/Builds/linux/README.md +++ b/Builds/linux/README.md @@ -36,9 +36,8 @@ protobuf will give errors. Boost 1.70 or later is required. We recommend downloading and compiling boost with the following process: After changing to the directory where you wish to download and compile boost, run - ``` -$ wget https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.gz +$ wget https://boostorg.jfrog.io/artifactory/main/release/1.70.0/source/boost_1_70_0.tar.gz $ tar -xzf boost_1_70_0.tar.gz $ cd boost_1_70_0 $ ./bootstrap.sh @@ -240,5 +239,3 @@ change the `/opt/local` module path above to match your chosen installation pref `rippled` builds a set of unit tests into the server executable. To run these unit tests after building, pass the `--unittest` option to the compiled `rippled` executable. The executable will exit with summary info after running the unit tests. - - diff --git a/Builds/macos/README.md b/Builds/macos/README.md index b1fb86b8a3..c0a4a7f431 100644 --- a/Builds/macos/README.md +++ b/Builds/macos/README.md @@ -64,7 +64,7 @@ Boost 1.70 or later is required. We want to compile boost with clang/libc++ -Download [a release](https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.bz2) +Download [a release](https://boostorg.jfrog.io/artifactory/main/release/1.70.0/source/boost_1_70_0.tar.gz) Extract it to a folder, making note of where, open a terminal, then: @@ -227,5 +227,3 @@ Several other infrequently used options are available - run `ccmake` or `rippled` builds a set of unit tests into the server executable. To run these unit tests after building, pass the `--unittest` option to the compiled `rippled` executable. The executable will exit with summary info after running the unit tests. - -