update boost URL

This commit is contained in:
Michael Legleux
2021-07-20 18:18:21 +00:00
committed by manojsdoshi
parent 7bd5d51e4e
commit b5502a49c3
4 changed files with 4 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ env:
- NIH_CACHE_ROOT=${CACHE_DIR}/nih_c - NIH_CACHE_ROOT=${CACHE_DIR}/nih_c
- PARALLEL_TESTS=true - PARALLEL_TESTS=true
# this is NOT used by linux container based builds (which already have boost installed) # 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 # 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' - 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 # Travis downloader doesn't seem to have updated certs. Using this option
@@ -439,4 +439,3 @@ cache:
notifications: notifications:
email: false email: false

View File

@@ -9,7 +9,7 @@ function build_boost()
mkdir -p /opt/local mkdir -p /opt/local
cd /opt/local cd /opt/local
BOOST_ROOT=/opt/local/boost_${boost_path} 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 BOOST_BUILD_ALL=true
. /tmp/install_boost.sh . /tmp/install_boost.sh
if [ "$do_link" = true ] ; then if [ "$do_link" = true ] ; then
@@ -145,4 +145,3 @@ if [ "${CI_USE}" = true ] ; then
pip install requests pip install requests
pip install https://github.com/codecov/codecov-python/archive/master.zip pip install https://github.com/codecov/codecov-python/archive/master.zip
fi fi

View File

@@ -36,9 +36,8 @@ protobuf will give errors.
Boost 1.70 or later is required. We recommend downloading and compiling boost Boost 1.70 or later is required. We recommend downloading and compiling boost
with the following process: After changing to the directory where with the following process: After changing to the directory where
you wish to download and compile boost, run 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 $ tar -xzf boost_1_70_0.tar.gz
$ cd boost_1_70_0 $ cd boost_1_70_0
$ ./bootstrap.sh $ ./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 `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` tests after building, pass the `--unittest` option to the compiled `rippled`
executable. The executable will exit with summary info after running the unit tests. executable. The executable will exit with summary info after running the unit tests.

View File

@@ -64,7 +64,7 @@ Boost 1.70 or later is required.
We want to compile boost with clang/libc++ 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: 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 `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` tests after building, pass the `--unittest` option to the compiled `rippled`
executable. The executable will exit with summary info after running the unit tests. executable. The executable will exit with summary info after running the unit tests.