We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64b3643 + 480d007 commit 117202eCopy full SHA for 117202e
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
@@ -219,7 +219,7 @@ auto:
219
- name: dist-x86_64-linux
220
env:
221
CODEGEN_BACKENDS: llvm,cranelift
222
- <<: *job-linux-16c
+ <<: *job-linux-36c-codebuild
223
224
- name: dist-x86_64-linux-alt
225
0 commit comments