-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Travis: fix the GCC+boost::regex builds by updating the compiler vers…
…ions The old Travis file had gcc-4.8 + boost::regex. But I think the default Ubuntu install (and the pre-packaged libboost_regex.so) was compiled against libstdc++-5 which had a major ABI break with std::string, which caused an ABI problem when gcc-4.8 was linking aginst that library. Easiest thing is to stop testing gcc-4.8 Also updated the clang and gcc versions to try newer ones.
- Loading branch information
1 parent
1cb3c4a
commit a3e66b9
Showing
1 changed file
with
42 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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