Open
Conversation
Use the available precise-packaged Boost installable package, instead of having to build it ourselves and caching it. We also upgrade to use clang-3.8, as well as re-enable the sanitizer builds.
Member
|
Travis is complaining that this file is not valid YAML. |
Member
Author
|
@glynos Boost is giving me a hard time. :( I've now spent too much time on this because I can't get an updated Boost from any of the valid sources in the apt whitelist for Travis. The PPA that's whitelisted is unmaintained and only has 1.55 in it. The 1.62 version is only available in zesty 'universe'. And I have zero patience now for trying to get this working with Boost that I'm tempted to say that we really ought to ditch the Boost dependency where we can. I've found a potential workaround for the So I'll leave this as is for now, and let you or someone else take over the PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use the available precise-packaged Boost installable package, instead
of having to build it ourselves and caching it.
We also upgrade to use clang-3.8, as well as re-enable the sanitizer
builds.