-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Haiku: set stack size to 16 MB on Haiku, use 32 MB on other platforms #51756
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
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Instead of a runtime condition, you could have used conditional compilation but I don't think it matters much. :) @bors: r+ |
📌 Commit b70305f has been approved by |
⌛ Testing commit b70305f with merge ab4b57c65348fba8f1668b1af15f24ceb28ab25e... |
💔 Test failed - status-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
1 similar comment
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors retry |
@nielx: 🔑 Insufficient privileges: not in try users |
@bors retry |
⌛ Testing commit b70305f with merge ae326041e5ebde51831286dee44b3c3403b83976... |
💔 Test failed - status-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
1 similar comment
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
It won't work until crates.io works again. |
@bors retry (crates.io outage) |
⌛ Testing commit b70305f with merge 367990109a005481335dcfa5ac5ccd490b16155f... |
💔 Test failed - status-travis |
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
1 similar comment
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
We seem to be out of luck with CI this weekend, now docker.io is acting up. |
@bors retry |
Haiku: set stack size to 16 MB on Haiku, use 32 MB on other platforms The maximum stack size on Haiku is set to 16 MB (see [the Haiku source](https://git.haiku-os.org/haiku/tree/headers/private/system/thread_defs.h#n17)). With this change rustdoc will also work on Haiku.
☀️ Test successful - status-appveyor, status-travis |
The maximum stack size on Haiku is set to 16 MB (see the Haiku source). With this change rustdoc will also work on Haiku.