-
Notifications
You must be signed in to change notification settings - Fork 1k
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
unbreak openbsd after #1217 #1241
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
d0b0ebc
to
b18813f
Compare
How are you testing openbsd ? Rustup does not appear to ship libcore for |
I ran rustc natively on OpenBSD -current (upcoming 6.5). here, test was done using stable (1.32.0). |
Could you test if #1233 also solves that ? |
@gnzlbg |
That's because my PR handwaves that by using |
☔ The latest upstream changes (presumably #1247) made this pull request unmergeable. Please resolve the merge conflicts. |
@semarie it would be great if you could rebase on top of master and test that the build on OpenBSD still works. You might also want to try to see if more cross-compiling OpenBSD targets could be shipped with rustup for linux (or if there are already some more available), and add them to the |
b18813f
to
9f51922
Compare
@gnzlbg OpenBSD has no support at all in rustup. Last time I looked at it it was required to me to do all the work to provide a working bootstrap environment for OpenBSD on Linux (which I don't use). At this time, it was a very difficult task as previous OpenBSD versions used hightly customized linker (aka |
9f51922
to
c408759
Compare
@bors: r+ |
📌 Commit c408759 has been approved by |
💔 Test failed - checks-travis |
@bors: retry |
☀️ Test successful - checks-cirrus, checks-travis, status-appveyor |
No description provided.