-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add CI #10
Add CI #10
Conversation
I think the test matrix is wrong. You can only pass the |
I see. Do you know any architecture available in |
i686-something would be LP32 targets. You can target that on an x86-64 machine without using cross, I believe. |
(I mean, you can /target/ anything but of course the point of the tests is to execute them, and an x86-64 machine will execute i686 code just fine). |
I can't remember what happens with no features, and I'm afraid I'm not in a position to check right now. I seem to recall the code only checks LP64 and not(LP64) and only when looking at %ld for snprintf, but I could be wrong. |
Can you rebase this once the other PR is in? Maybe our issues will go away. |
f55e064
to
58dcc3f
Compare
They are indeed! This can now be reviewed and merged. |
Thanks! |
I noticed one failing test for snprintf.
As the original author, is that something you could look into @thejpster?
Fixes #9