-
Notifications
You must be signed in to change notification settings - Fork 28
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
CI: Build for more platforms and compilers #73
base: master
Are you sure you want to change the base?
CI: Build for more platforms and compilers #73
Conversation
Thanks for the PR, and welcome! Looks good except for one thing: can you squash into a single commit and make the commit message something like |
@joshlf Thank you for the comment!!OK. |
d2aa0b6
to
9289540
Compare
So the Travis builds are failing for reasons that they weren't failing before. Can you take a look at those and make appropriate fixes? |
@joshlf I'll fix it. |
9289540
to
029024e
Compare
Still getting the same error on some builds, e.g. https://travis-ci.org/ezrosent/allocators-rs/jobs/275984270 |
@joshlf Sorry about that.I've checked and fixed errors but another error(error: Could not compile |
Hmm OK, I'll take a look. Might have to do with a bug we just uncovered elsewhere, so we might have to fix that first and then rebase those changes into this PR. |
Hmm I'm not sure what's going on. For example, on Linux/Rust nightly, elfmalloc's tests are resulting in a SIGKILL getting sent to the test process. I'm not sure what that's about. |
029024e
to
10e9382
Compare
@joshlf |
Every one of the builds is now failing with the error |
Also, we found the source of the |
@joshlf Ok.Thank you for the information. |
OK, lazy_static has pushed a new version, and I've merged a change to use that version. If you pull the latest version of master and then rebase master into this branch, we should be good to go. |
Moved to #135. |
#23
Add
minimum compiler version
&32-bit support