Skip to content

Commit 17a0651

Browse files
committed
Auto merge of #135774 - marcoieni:dist-arm-linux-free, r=<try>
CI: move dist-arm-linux to a free ARM runner try-job: dist-arm-linux
2 parents b5741a3 + 1c32fe8 commit 17a0651

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/ci/docker/host-x86_64/dist-arm-linux/Dockerfile renamed to src/ci/docker/host-aarch64/dist-arm-linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN sh /scripts/rustbuild-setup.sh
1919
WORKDIR /tmp
2020

2121
COPY 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
2323
RUN /scripts/crosstool-ng-build.sh
2424

2525
COPY scripts/sccache.sh /scripts/

src/ci/github-actions/jobs.yml

+3-1
Original file line numberDiff line numberDiff 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

4951
envs:
@@ -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

0 commit comments

Comments
 (0)