23 Jun
2019
23 Jun
'19
12:54 p.m.
On Sat, Jun 22, 2019 at 6:25 AM John Maddock via Boost
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