File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docker/host-x86_64/x86_64-gnu-distcheck Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ RUN sh /scripts/sccache.sh
24
24
# We are disabling CI LLVM since distcheck is an offline build.
25
25
ENV NO_DOWNLOAD_CI_LLVM 1
26
26
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
28
28
ENV SCRIPT python3 ../x.py --stage 2 test distcheck
29
29
ENV DIST_SRC 1
Original file line number Diff line number Diff line change @@ -323,8 +323,8 @@ auto:
323
323
- name : x86_64-gnu-debug
324
324
<< : *job-linux-4c
325
325
326
- - name : x86_64 -gnu-distcheck
327
- << : *job-linux-8c
326
+ - name : aarch64 -gnu-distcheck
327
+ << : *job-aarch64-linux
328
328
329
329
# The x86_64-gnu-llvm-20 job is split into multiple jobs to run tests in parallel.
330
330
# x86_64-gnu-llvm-20-1 skips tests that run in x86_64-gnu-llvm-20-{2,3}.
You can’t perform that action at this time.
0 commit comments