File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docker/host-aarch64/aarch64-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
2424# We are disabling CI LLVM since distcheck is an offline build.
2525ENV 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
2828ENV SCRIPT python3 ../x.py --stage 2 test distcheck
2929ENV DIST_SRC 1
Original file line number Diff line number Diff 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}.
You can’t perform that action at this time.
0 commit comments