about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-02-26 11:08:04 +0100
committerGitHub <noreply@github.com>2025-02-26 11:08:04 +0100
commita26a938dac173a1fe9b5203fdecdee155f13003a (patch)
tree1ae73557f76a4ca2a12f64541b159eaed173ba52
parent94ac6e557f5ea35aee52089f66a20f3ae9230bc8 (diff)
parent439062052e9103a6286a4da462303ce56189eaa3 (diff)
downloadrust-a26a938dac173a1fe9b5203fdecdee155f13003a.tar.gz
rust-a26a938dac173a1fe9b5203fdecdee155f13003a.zip
Merge pull request #1557 from rust-lang/arm64_linux_ci
Test and dist for arm64 linux on CI
-rw-r--r--.github/workflows/abi-cafe.yml3
-rw-r--r--.github/workflows/main.yml10
2 files changed, 9 insertions, 4 deletions
diff --git a/.github/workflows/abi-cafe.yml b/.github/workflows/abi-cafe.yml
index 30dc5cb1615..a32a275a027 100644
--- a/.github/workflows/abi-cafe.yml
+++ b/.github/workflows/abi-cafe.yml
@@ -25,6 +25,9 @@ jobs:
           - os: ubuntu-latest
             env:
               TARGET_TRIPLE: x86_64-unknown-linux-gnu
+          - os: ubuntu-24.04-arm
+            env:
+              TARGET_TRIPLE: aarch64-unknown-linux-gnu
           - os: macos-latest
             env:
               TARGET_TRIPLE: x86_64-apple-darwin
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 61a4c1270c9..da0f95c77bb 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -53,13 +53,12 @@ jobs:
           - os: ubuntu-latest
             env:
               TARGET_TRIPLE: x86_64-unknown-linux-gnu
+          - os: ubuntu-24.04-arm
+            env:
+              TARGET_TRIPLE: aarch64-unknown-linux-gnu
           - os: macos-latest
             env:
               TARGET_TRIPLE: x86_64-apple-darwin
-          - os: ubuntu-latest
-            env:
-              TARGET_TRIPLE: aarch64-unknown-linux-gnu
-            apt_deps: gcc-aarch64-linux-gnu qemu-user
           - os: macos-latest
             env:
               TARGET_TRIPLE: aarch64-apple-darwin
@@ -192,6 +191,9 @@ jobs:
           - os: ubuntu-22.04
             env:
               TARGET_TRIPLE: x86_64-unknown-linux-gnu
+          - os: ubuntu-24.04-arm
+            env:
+              TARGET_TRIPLE: aarch64-unknown-linux-gnu
           - os: macos-latest
             env:
               TARGET_TRIPLE: x86_64-apple-darwin