-
Notifications
You must be signed in to change notification settings - Fork 73
ios builds now fail to link when compiling the test #26
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
cc @kali any ideas? |
Not sure where to look at, link to build does not answer... give me more context, I'll be happy to see if I can help |
So this basically uses the same ci for testing
So for these last two build bots, we have this tiny script from and we use it as a If I compile this library for I have no idea why this has started happening. Maybe I am using the wrong |
Is this what we are talking about ?
|
I don't think its the same issue. I am targeting |
any way you can show me the actual failed build output ? :) the link in travis above is a 404 |
Check out the For example, for x86_64: https://travis-ci.org/rust-lang-nursery/packed_simd/jobs/407633458 |
Oh crap, it seems that the error line is too long or something, and the error is not fully shown, not even in the logs... let me reproduce it and upload it to a gist. |
For what it's worth, i'm trying to build on my side, and struggling with the incredibly long line that is send to the linker (~2500 args or so) |
So to reproduce it:
Here the output, yes, the linker line is really long: https://gist.github.com/gnzlbg/4ff458a32ebd56e4d8930aaf766178b4 |
It appears that the tests are now compiling properly, but they don't produce any output anymore with xcode9.4 - libc and mach are experiencing the same issues. rust-lang/libc#1054 |
They used to work (https://travis-ci.org/gnzlbg/packed_simd/builds/405449457) but now they fail; need to investigate more.
The text was updated successfully, but these errors were encountered: