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

Revert the part of #18164 that broke the build #18194

Merged
merged 1 commit into from
Aug 23, 2016

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Aug 23, 2016

of cmake projects with gcc - CC_ARG and CXX_ARG are getting double processed
somewhere, so cmake is trying to call the compiler as '/usr/bin/gcc gcc'

@Keno
Copy link
Member

Keno commented Aug 23, 2016

Sorry, just missing the -s option to cut.

@tkelman
Copy link
Contributor Author

tkelman commented Aug 23, 2016

you couldn't have said that earlier? 78371b3#commitcomment-18719351

@Keno
Copy link
Member

Keno commented Aug 23, 2016

Since you merged that, I did not get a notification. Sorry, would have said something had I seen it.

@tkelman
Copy link
Contributor Author

tkelman commented Aug 23, 2016

every nanosoldier build anyone has triggered across 3 or 4 different PR's against master has failed for the same reason

of cmake projects with gcc - CC_ARG and CXX_ARG are getting double processed
somewhere, so cmake is trying to call the compiler as '/usr/bin/gcc gcc'

add cut -s
@tkelman tkelman force-pushed the tk/revert-broken-part-of-18164 branch from cdbb726 to 30478fc Compare August 23, 2016 00:36
@Keno
Copy link
Member

Keno commented Aug 23, 2016

Well, then someone should have pinged me because I didn't see it. Not sure what else you expect me to say.

@tkelman
Copy link
Contributor Author

tkelman commented Aug 23, 2016

Aren't you watching the repo?

CI doesn't build deps from scratch, it caches them. When people make build changes, please test them locally in a from scratch build.

@kshyatt kshyatt added the building Build system, or building Julia or its dependencies label Aug 23, 2016
@Keno Keno merged commit 3f29b37 into master Aug 23, 2016
@yuyichao yuyichao deleted the tk/revert-broken-part-of-18164 branch August 23, 2016 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants