We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20516fd commit a2808faCopy full SHA for a2808fa
src/ci/docker/host-x86_64/riscv64gc-gnu/Dockerfile renamed to src/ci/docker/host-x86_64/disabled/riscv64gc-gnu/Dockerfile
src/ci/docker/host-x86_64/riscv64gc-gnu/linux.config renamed to src/ci/docker/host-x86_64/disabled/riscv64gc-gnu/linux.config
src/ci/github-actions/jobs.yml
@@ -84,9 +84,6 @@ pr:
84
<<: *job-linux-16c
85
- image: x86_64-gnu-tools
86
87
- # TODO: This is temporary and for testing https://github.com/rust-lang/rust/pull/125669
88
- - image: riscv64gc-gnu
89
- <<: *job-linux-4c
90
91
# Jobs that run when you perform a try build (@bors try)
92
# These jobs automatically inherit envs.try, to avoid repeating
@@ -114,9 +111,6 @@ auto:
114
111
- image: armhf-gnu
115
112
<<: *job-linux-4c
116
113
117
118
119
-
120
- image: dist-aarch64-linux
121
env:
122
CODEGEN_BACKENDS: llvm,cranelift
0 commit comments