File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docker/host-x86_64/dist-x86_64-linux Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# CentOS 7 has headers for kernel 3.10, but that's fine as long as we don't
33# actually use newer APIs in rustc or std without a fallback. It's more
44# important that we match glibc for ELF symbol versioning.
5- FROM centos:7
5+ FROM ghcr.io/rust-lang/ centos:7
66
77WORKDIR /build
88
Original file line number Diff line number Diff line change @@ -213,13 +213,13 @@ auto:
213213 - name : dist-x86_64-linux
214214 env :
215215 CODEGEN_BACKENDS : llvm,cranelift
216- << : *job-linux-16c
216+ << : *job-linux-36c-codebuild
217217
218218 - name : dist-x86_64-linux-alt
219219 env :
220220 IMAGE : dist-x86_64-linux
221221 CODEGEN_BACKENDS : llvm,cranelift
222- << : *job-linux-16c
222+ << : *job-linux-36c-codebuild
223223
224224 - name : dist-x86_64-musl
225225 env :
You can’t perform that action at this time.
0 commit comments