-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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: Add Dockerfile for dist-sparc64-linux #50685
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
cc @rust-lang/infra -- I don't know anything about docker =) somebody care to review? |
Thanks @glaubitz! Since this isn't enabled for now, mind moving it to the |
Isn’t it possible to enable it? I would like to have upstream builds for sparc64-linux to simplify building Rust on this target, avoiding the need for cross-compile.
The sparc64 toolchain is available on Ubuntu, so cross-building Rust there should just work.
Is there anything else I forgot to add?
… On May 14, 2018, at 6:12 PM, Alex Crichton ***@***.***> wrote:
Thanks @glaubitz! Since this isn't enabled for now, mind moving it to the disabled folder?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Ah sorry unfortunately we don't have enough capacity right now for a new builder, so a new host toolchain can't be built by us just yet |
Ok, then feel free to move it to the disabled section for the time being. |
I have moved the dist-sparc64-linux directory to the disabled directory now. Would be great if it could be enabled sometime in the future. |
@bors: r+ rollup |
📌 Commit df2bbf7 has been approved by |
ci: Add Dockerfile for dist-sparc64-linux This addresses rust-lang#47903.
Rollup of 11 pull requests Successful merges: - #49767 (Rewrite docs for `std::ptr`) - #50399 (save-analysis: handle aliasing imports a bit more nicely) - #50594 (Update the man page with additional --print options) - #50613 (Migrate the toolstate update bot to rust-highfive) - #50632 (Add minification process) - #50685 (ci: Add Dockerfile for dist-sparc64-linux) - #50691 (rustdoc: Add support for pub(restricted)) - #50712 (Improve eager type resolution error message) - #50720 (Add “Examples” section header in f32/f64 doc comments.) - #50733 (Hyperlink DOI against preferred resolver) - #50745 (Uncapitalize "You") Failed merges:
I was wondering, has the build capacity increased in the mean time such that we could enable builds for sparc64-unknown-linux-gnu these days? After fixing all the latest bugs, Rust is pretty stable on this target nowadays so it would be cool if it was possible to build and install Rust on sparc64-unknown-linux-gnu directly from upstream. |
Unfortunately no extra capacity yet :( |
I recently read that AWS is now providing extra instances for the Rust project (https://aws.amazon.com/blogs/opensource/aws-sponsorship-of-the-rust-project/), so I was wondering whether the conditions regarding additional capacity have changed in the meantime so that sparc64-unknown-linux-gnu could be enabled? |
This addresses #47903.