Skip to content

Commit 4d1fb35

Browse files
committed
Auto merge of #141346 - marcoieni:distcheck-aarch64, r=<try>
ci: run distcheck on arm try-job: aarch64-gnu-distcheck
2 parents c43786c + abdc522 commit 4d1fb35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-distcheck/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ RUN sh /scripts/sccache.sh
2424
# We are disabling CI LLVM since distcheck is an offline build.
2525
ENV NO_DOWNLOAD_CI_LLVM 1
2626

27-
ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu --set rust.omit-git-hash=false
27+
ENV RUST_CONFIGURE_ARGS --build=aarch64-unknown-linux-gnu --set rust.omit-git-hash=false
2828
ENV SCRIPT python3 ../x.py --stage 2 test distcheck
2929
ENV DIST_SRC 1

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ auto:
323323
- name: x86_64-gnu-debug
324324
<<: *job-linux-4c
325325

326-
- name: x86_64-gnu-distcheck
327-
<<: *job-linux-8c
326+
- name: aarch64-gnu-distcheck
327+
<<: *job-aarch64-linux
328328

329329
# The x86_64-gnu-llvm-20 job is split into multiple jobs to run tests in parallel.
330330
# x86_64-gnu-llvm-20-1 skips tests that run in x86_64-gnu-llvm-20-{2,3}.

0 commit comments

Comments
 (0)