Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 58cb389

Browse files
authored
Unrolled build for rust-lang#140349
Rollup merge of rust-lang#140349 - marcoieni:codebuild-linux-large-runners, r=Kobzol ci: use aws codebuild for the `dist-x86_64-linux` job try-job: dist-x86_64-linux
2 parents 7d65abf + 480d007 commit 58cb389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
WORKDIR /build
88

src/ci/github-actions/jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ 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:

0 commit comments

Comments
 (0)