Skip to content

Commit

Permalink
Auto merge of rust-lang#134614 - Kobzol:revert-dist-arm, r=onur-ozkan
Browse files Browse the repository at this point in the history
Revert "Auto merge of rust-lang#133902 - Kobzol:ci-dist-arm-runner, r=MarcoIeni"

Reverts rust-lang#133902

Context: rust-lang#134612 (comment)
  • Loading branch information
bors committed Dec 21, 2024
2 parents 9bd5f33 + 69a6c9c commit 387b245
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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-aarch64/dist-arm-linux/arm-linux-gnueabi.defconfig /tmp/crosstool.defconfig
COPY host-x86_64/dist-arm-linux/arm-linux-gnueabi.defconfig /tmp/crosstool.defconfig
RUN /scripts/crosstool-ng-build.sh

COPY scripts/sccache.sh /scripts/
Expand Down
8 changes: 4 additions & 4 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runners:
os: windows-2022-16core-64gb
<<: *base-job

- &job-linux-8c-aarch64
- &job-aarch64-linux
os: ubuntu-22.04-arm64-8core-32gb

envs:
Expand Down Expand Up @@ -124,10 +124,10 @@ auto:
#############################

- image: aarch64-gnu
<<: *job-linux-8c-aarch64
<<: *job-aarch64-linux

- image: aarch64-gnu-debug
<<: *job-linux-8c-aarch64
<<: *job-aarch64-linux

- image: arm-android
<<: *job-linux-4c
Expand All @@ -144,7 +144,7 @@ auto:
<<: *job-linux-4c

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

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

0 comments on commit 387b245

Please sign in to comment.