We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4eb39 commit e1b489dCopy full SHA for e1b489d
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
@@ -91,9 +91,6 @@ pr:
91
<<: *job-linux-16c
92
- image: x86_64-gnu-tools
93
94
- # TODO: This is temporary and for testing https://github.com/rust-lang/rust/pull/125669
95
- - image: riscv64gc-gnu
96
- <<: *job-linux-4c
97
98
# Jobs that run when you perform a try build (@bors try)
99
# These jobs automatically inherit envs.try, to avoid repeating
@@ -121,9 +118,6 @@ auto:
121
118
- image: armhf-gnu
122
119
<<: *job-linux-4c
123
120
124
125
126
-
127
- image: dist-aarch64-linux
128
env:
129
CODEGEN_BACKENDS: llvm,cranelift
0 commit comments