We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fa3c4 commit ed20b7fCopy full SHA for ed20b7f
src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile
@@ -2,7 +2,7 @@
2
# CentOS 7 has headers for kernel 3.10, but that's fine as long as we don't
3
# actually use newer APIs in rustc or std without a fallback. It's more
4
# important that we match glibc for ELF symbol versioning.
5
-FROM centos:7
+FROM ghcr.io/rust-lang/centos:7
6
7
WORKDIR /build
8
src/ci/github-actions/jobs.yml
@@ -213,13 +213,13 @@ auto:
213
- name: dist-x86_64-linux
214
env:
215
CODEGEN_BACKENDS: llvm,cranelift
216
- <<: *job-linux-16c
+ <<: *job-linux-36c-codebuild
217
218
- name: dist-x86_64-linux-alt
219
220
IMAGE: dist-x86_64-linux
221
222
223
224
- name: dist-x86_64-musl
225
0 commit comments