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. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
Sorry, but I need help, and simply can not see what's going wrong with: < https://github.com/boostorg/config/pull/286>. What happens when you add a line containing the statement "dist: xenial" to
On Sat June 22, 2019 at 6:25 AM, John Maddock wrote: the top of .travis.yml? I've had similar issues with my tests that I solved by doing this. Cromwell D. Enage
On Sat June 22, 2019 at 6:25 AM, John Maddock wrote:
Sorry, but I need help, and simply can not see what's going wrong with: < https://github.com/boostorg/config/pull/286>.
I see that one of the failures went away, so that's good news. If we can figure out how to stop Travis Cl from adding the "-g" option to the clang-3.5 build, I think we can fix that other failure. I'll keep looking into it unless you already know how. HTH, Cromwell D. Enage
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
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
OK, lets try that. BTW, xenial is now the default which is what caused the issues in the first place. Thanks, John. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
participants (3)
-
Cromwell Enage
-
James E. King III
-
John Maddock