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

Tests failure with some values for CC #102

Open
hasufell opened this issue Oct 1, 2016 · 2 comments
Open

Tests failure with some values for CC #102

hasufell opened this issue Oct 1, 2016 · 2 comments

Comments

@hasufell
Copy link
Contributor

hasufell commented Oct 1, 2016

When CC is set to x86_64-pc-linux-gnu-cc, the tests fail, if it's set to x86_64-pc-linux-gnu-gcc or even clang, the tests succeed.

Note that x86_64-pc-linux-gnu-cc basically is a symlink to x86_64-pc-linux-gnu-gcc on my system, so this doesn't make a lot of sense. Maybe the tests try to mangle the CC value somehow?

build log: https://gist.github.com/hasufell/55c8c90178ebcb23886a394bd01fcf6e

@hasufell
Copy link
Contributor Author

hasufell commented Oct 1, 2016

Yes, the problem is

if os.getenv("CC") then

@hasufell
Copy link
Contributor Author

hasufell commented Oct 1, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant