Skip to content

Commit a26a938

Browse files
authored
Merge pull request #1557 from rust-lang/arm64_linux_ci
Test and dist for arm64 linux on CI
2 parents 94ac6e5 + 4390620 commit a26a938

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/abi-cafe.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- os: ubuntu-latest
2626
env:
2727
TARGET_TRIPLE: x86_64-unknown-linux-gnu
28+
- os: ubuntu-24.04-arm
29+
env:
30+
TARGET_TRIPLE: aarch64-unknown-linux-gnu
2831
- os: macos-latest
2932
env:
3033
TARGET_TRIPLE: x86_64-apple-darwin

.github/workflows/main.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,12 @@ jobs:
5353
- os: ubuntu-latest
5454
env:
5555
TARGET_TRIPLE: x86_64-unknown-linux-gnu
56+
- os: ubuntu-24.04-arm
57+
env:
58+
TARGET_TRIPLE: aarch64-unknown-linux-gnu
5659
- os: macos-latest
5760
env:
5861
TARGET_TRIPLE: x86_64-apple-darwin
59-
- os: ubuntu-latest
60-
env:
61-
TARGET_TRIPLE: aarch64-unknown-linux-gnu
62-
apt_deps: gcc-aarch64-linux-gnu qemu-user
6362
- os: macos-latest
6463
env:
6564
TARGET_TRIPLE: aarch64-apple-darwin
@@ -192,6 +191,9 @@ jobs:
192191
- os: ubuntu-22.04
193192
env:
194193
TARGET_TRIPLE: x86_64-unknown-linux-gnu
194+
- os: ubuntu-24.04-arm
195+
env:
196+
TARGET_TRIPLE: aarch64-unknown-linux-gnu
195197
- os: macos-latest
196198
env:
197199
TARGET_TRIPLE: x86_64-apple-darwin

0 commit comments

Comments
 (0)