File tree 2 files changed +5
-5
lines changed
docker/host-x86_64/dist-x86_64-linux 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# CentOS 7 has headers for kernel 3.10, but that's fine as long as we don't
3
3
# actually use newer APIs in rustc or std without a fallback. It's more
4
4
# important that we match glibc for ELF symbol versioning.
5
- FROM centos:7
5
+ FROM ghcr.io/rust-lang/ centos:7
6
6
7
7
WORKDIR /build
8
8
Original file line number Diff line number Diff line change 118
118
env :
119
119
ENABLE_GCC_CODEGEN : " 1"
120
120
DOCKER_SCRIPT : x86_64-gnu-llvm.sh
121
- << : *job-linux-16c
121
+ << : *job-linux-36c-codebuild
122
122
- name : x86_64-gnu-tools
123
- << : *job-linux-16c
123
+ << : *job-linux-36c-codebuild
124
124
125
125
# Jobs that run when you perform a try build (@bors try)
126
126
# These jobs automatically inherit envs.try, to avoid repeating
@@ -213,13 +213,13 @@ auto:
213
213
- name : dist-x86_64-linux
214
214
env :
215
215
CODEGEN_BACKENDS : llvm,cranelift
216
- << : *job-linux-16c
216
+ << : *job-linux-36c-codebuild
217
217
218
218
- name : dist-x86_64-linux-alt
219
219
env :
220
220
IMAGE : dist-x86_64-linux
221
221
CODEGEN_BACKENDS : llvm,cranelift
222
- << : *job-linux-16c
222
+ << : *job-linux-36c-codebuild
223
223
224
224
- name : dist-x86_64-musl
225
225
env :
You can’t perform that action at this time.
0 commit comments