Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 91b4548

Browse files
authored
Merge pull request #163 from aehud/update-boost-download
BuildDockerImage: Update Boost hosting service to boostorg.jfrog.io
2 parents f41e450 + 846b4c8 commit 91b4548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BuildDockerImage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ get_Boost(){
112112
echo "Checking for cached Boost download..."
113113
if [ ! -f boost-${Boost_version}.tar.gz ]; then
114114
echo "INFO: Attempting to download Boost with the curl command..."
115-
if ! curl -fL $CURL_FIX_ZCX -o boost-$1.tar.gz https://dl.bintray.com/boostorg/release/$1/source/boost_$2.tar.gz
115+
if ! curl -fL $CURL_FIX_ZCX -o boost-$1.tar.gz https://boostorg.jfrog.io/artifactory/main/release/$1/source/boost_$2.tar.gz
116116
then
117-
echo " FATAL: There was an issue downloading boost_$2 from dl.bintray.com."
117+
echo " FATAL: There was an issue downloading boost_$2 from boostorg.jfrog.io."
118118
fi
119119

120120
# Now we untar whatever we fetched...

0 commit comments

Comments
 (0)