Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis: bump to llvm toolchain 6.0 #2478

Closed
wants to merge 2 commits into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Apr 9, 2018

No description provided.

@MarcelRaad
Copy link
Member

MarcelRaad commented Apr 9, 2018

If your goal is to use clang 6, you also have to update the package version as currently clang 3.9 is still used. For this, you have to wait for (or incorporate) #2476 which I want to merge tomorrow morning. And while you're at it, you could also update GCC to 7 then, which also requires trusty :-)

@bagder
Copy link
Member Author

bagder commented Apr 9, 2018

Yes, that's exactly where I want to go... =)

@bagder
Copy link
Member Author

bagder commented Apr 9, 2018

I'll await your merge of that, I'll just check that everything else seems to be fine in the mean time...

@bagder bagder force-pushed the bagder/travis-llvm-toolchain-trusty-6.0 branch from 3e81a3b to 9b2e9f8 Compare April 10, 2018 06:20
@@ -145,7 +145,7 @@ script:
# Uncomment this when `coverage` runs on Trusty.
# set -eo pipefail
if [ "$T" = "coverage" ]; then
export CC="gcc-6"
export CC="gcc-7"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I updated the GCC version in 828187d, I had to change the gcov version too.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, I suspected this as well... thanks!

@bagder bagder closed this in ac6c867 Apr 10, 2018
@bagder bagder deleted the bagder/travis-llvm-toolchain-trusty-6.0 branch April 11, 2018 08:53
@lock lock bot locked as resolved and limited conversation to collaborators Jul 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants