-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Distribution CI for riscv64gc-unknown-linux-gnu #68037
Conversation
@rustbot modify labels: +O-riscv +O-linux +T-infra |
Thanks for the PR! Unfortunately we don't have capacity to produce a whole new architecture of rustc right now, so we can add this in the repository under the |
This PR provides only |
Ah oops I misunderstood! Yes folding this into one of the |
aa923c8
to
5959999
Compare
@bors: r+ |
📌 Commit 5959999 has been approved by |
Distribution CI for riscv64gc-unknown-linux-gnu This modifies `dist-various-1` to build the standard library for RISC-V GNU/Linux. r? @alexcrichton
It's fixed now. |
@bors r=alexcrichton rollup=never |
📌 Commit 451c97b has been approved by |
Distribution CI for riscv64gc-unknown-linux-gnu This modifies `dist-various-1` to build the standard library for RISC-V GNU/Linux. r? @alexcrichton
☀️ Test successful - checks-azure |
Add `riscv64gc-unknown-linux-gnu` into target list in build-manifest Missed in rust-lang#68037 r? @alexcrichton
Add `riscv64gc-unknown-linux-gnu` into target list in build-manifest Missed in rust-lang#68037 r? @alexcrichton
The following targets are now built and distributed: - aarch64-unknown-none: rust-lang/rust#68334 - mips64-unknown-linux-muslabi64: rust-lang/rust#65843 - mips64el-unknown-linux-muslabi64: rust-lang/rust#65843 - nvptx64-nvidia-cuda: rust-lang/rust#57937 - riscv32i-unknown-none-elf: rust-lang/rust#62784 - riscv64gc-unknown-linux-gnu: rust-lang/rust#68037 - thumbv8m.base-none-eabi: rust-lang/rust#59182 - thumbv8m.main-none-eabi : rust-lang/rust#56954 - thumbv8m.main-none-eabihf: rust-lang/rust#59182
This modifies
dist-various-1
to build the standard library for RISC-V GNU/Linux.r? @alexcrichton