Skip to content

Commit

Permalink
Auto merge of #135774 - marcoieni:dist-arm-linux-free, r=<try>
Browse files Browse the repository at this point in the history
CI: move dist-arm-linux to a free ARM runner

try-job: dist-arm-linux
  • Loading branch information
bors committed Jan 20, 2025
2 parents b5741a3 + 1c32fe8 commit 17a0651
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN sh /scripts/rustbuild-setup.sh
WORKDIR /tmp

COPY scripts/crosstool-ng-build.sh /scripts/
COPY host-x86_64/dist-arm-linux/arm-linux-gnueabi.defconfig /tmp/crosstool.defconfig
COPY host-aarch64/dist-arm-linux/arm-linux-gnueabi.defconfig /tmp/crosstool.defconfig
RUN /scripts/crosstool-ng-build.sh

COPY scripts/sccache.sh /scripts/
Expand Down
4 changes: 3 additions & 1 deletion src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ runners:
<<: *base-job

- &job-aarch64-linux
# Free some disk space to avoid running out of space during the build.
free_disk: true
os: ubuntu-22.04-arm

envs:
Expand Down Expand Up @@ -144,7 +146,7 @@ auto:
<<: *job-linux-4c

- name: dist-arm-linux
<<: *job-linux-8c
<<: *job-aarch64-linux

- name: dist-armhf-linux
<<: *job-linux-4c
Expand Down

0 comments on commit 17a0651

Please sign in to comment.