Skip to content

Commit 0f9cdf0

Browse files
kkysenfw-immunant
authored andcommitted
ci: test on aarch64 Linux
1 parent f046e52 commit 0f9cdf0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
os: macOS
2323
arch: aarch64
2424
clang-version: 17
25+
- runner: ubuntu-24.04-arm
26+
os: Linux
27+
arch: aarch64
28+
clang-version: 18
2529
fail-fast: false
2630
name: "test (${{ matrix.runner }}: ${{ matrix.os }} ${{ matrix.arch}}, Clang ${{ matrix.clang-version }})"
2731
runs-on: ${{ matrix.runner }}
@@ -98,7 +102,6 @@ jobs:
98102
# It's important that we keep `RUSTFLAGS` consistent between different steps
99103
# so that we don't have to rebuild everything.
100104
echo "RUSTFLAGS=-Clink-arg=-L/opt/homebrew/lib -Clink-arg=-Wl,-rpath,/opt/homebrew/lib" >> $GITHUB_ENV
101-
102105
103106
- name: cargo build --release
104107
run: |

0 commit comments

Comments
 (0)