Boost logo

Boost :

From: James E. King III (jking_at_[hidden])
Date: 2019-06-23 12:54:50


On Sat, Jun 22, 2019 at 6:25 AM John Maddock via Boost
<boost_at_[hidden]> wrote:
>
> Sorry, but I need help, and simply can not see what's going wrong with:
> https://github.com/boostorg/config/pull/286. Travis doesn't even seem
> to be building the same code as has been pushed?
>
> And until I can get CI functioning again here, and in other libraries,
> nothing gets merged to master :(
>
> Sorry if I'm being dense, and thanks in advance, John.
>

If you set dist: xenial globally, make sure any gcc < 5, clang < 4 build jobs
with libstdc++ locally use "dist: trusty" to avoid an ABI issue. See the
boost-ci .travis.yml template for an example:

https://github.com/boostorg/boost-ci/blob/master/templates/.travis.yml

- Jim


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk