File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
docker/host-aarch64/dist-arm-linux Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN sh /scripts/rustbuild-setup.sh
1919WORKDIR /tmp
2020
2121COPY scripts/crosstool-ng-build.sh /scripts/
22- COPY host-x86_64 /dist-arm-linux/arm-linux-gnueabi.defconfig /tmp/crosstool.defconfig
22+ COPY host-aarch64 /dist-arm-linux/arm-linux-gnueabi.defconfig /tmp/crosstool.defconfig
2323RUN /scripts/crosstool-ng-build.sh
2424
2525COPY scripts/sccache.sh /scripts/
File renamed without changes.
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ runners:
4444 << : *base-job
4545
4646 - &job-aarch64-linux
47+ # Free some disk space to avoid running out of space during the build.
48+ free_disk : true
4749 os : ubuntu-22.04-arm
4850
4951envs :
@@ -144,7 +146,7 @@ auto:
144146 << : *job-linux-4c
145147
146148 - name : dist-arm-linux
147- << : *job-linux-8c
149+ << : *job-aarch64-linux
148150
149151 - name : dist-armhf-linux
150152 << : *job-linux-4c
You can’t perform that action at this time.
0 commit comments