We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f046e52 commit 0f9cdf0Copy full SHA for 0f9cdf0
.github/workflows/ci.yml
@@ -22,6 +22,10 @@ jobs:
22
os: macOS
23
arch: aarch64
24
clang-version: 17
25
+ - runner: ubuntu-24.04-arm
26
+ os: Linux
27
+ arch: aarch64
28
+ clang-version: 18
29
fail-fast: false
30
name: "test (${{ matrix.runner }}: ${{ matrix.os }} ${{ matrix.arch}}, Clang ${{ matrix.clang-version }})"
31
runs-on: ${{ matrix.runner }}
@@ -98,7 +102,6 @@ jobs:
98
102
# It's important that we keep `RUSTFLAGS` consistent between different steps
99
103
# so that we don't have to rebuild everything.
100
104
echo "RUSTFLAGS=-Clink-arg=-L/opt/homebrew/lib -Clink-arg=-Wl,-rpath,/opt/homebrew/lib" >> $GITHUB_ENV
101
-
105
106
- name: cargo build --release
107
run: |
0 commit comments