Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Consider providing a second source to download Boost library in build script #8892

Open
b1aafulei opened this issue Mar 28, 2020 · 3 comments
Labels
build Issues related to building track-in-jira

Comments

@b1aafulei
Copy link
Contributor

When the Boost library is not present in the local machine, the current build script will download it from bintray.com where the boost-org chooses to distribute the library.

curl -LO https://dl.bintray.com/boostorg/release/$BOOST_VERSION_MAJOR.$BOOST_VERSION_MINOR.$BOOST_VERSION_PATCH/source/boost_$BOOST_VERSION.tar.bz2 \

However, it is a recurring problem that towards the end of a month boost-org will reach their "bandwidth limit at bintray for the month" 😅 (see the related issue here).

It is another month end now, so I met this problem again.

This instantly stops the installation for the EOSIO software.

It is not a fault by EOSIO but I would like to flag it.

In the future maybe we shall consider providing a second source to download the Boost library for back-up, for example, from sourceforge.

@heifner
Copy link
Contributor

heifner commented Mar 28, 2020

Also hit this today. Thanks for pointing out the issue.

@heifner
Copy link
Contributor

heifner commented Mar 28, 2020

@spoonincode spoonincode added the build Issues related to building label Mar 28, 2020
@spoonincode
Copy link
Contributor

Funny enough, the 1.71.0 source files have been removed from sourceforge. 1.71 is our target version for 2.0.x scripts & builds.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build Issues related to building track-in-jira
Projects
None yet
Development

No branches or pull requests

4 participants