Skip to content

Commit c0b1f9f

Browse files
author
g
committed
ci: disable aarch64-linux-gnu release builds
1 parent e7663dc commit c0b1f9f

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ jobs:
6666
- target: x86_64-pc-windows-msvc
6767
arch: x64
6868
os: windows
69-
- target: aarch64-unknown-linux-gnu
70-
arch: arm64
71-
os: linux
7269
- target: aarch64-apple-darwin
7370
arch: arm64
7471
os: macos
@@ -82,12 +79,7 @@ jobs:
8279
with:
8380
targets: ${{ matrix.target }}
8481

85-
- name: Install cross-compilation tools (Linux ARM64)
86-
if: matrix.target == 'aarch64-unknown-linux-gnu'
87-
run: |
88-
sudo apt-get update
89-
sudo apt-get install -y gcc-aarch64-linux-gnu
90-
rustup target add aarch64-unknown-linux-gnu
82+
9183

9284
- name: Cache cargo registry
9385
uses: actions/cache@v4
@@ -101,8 +93,6 @@ jobs:
10193
${{ runner.os }}-${{ matrix.target }}-cargo-
10294
10395
- name: Build release binary
104-
env:
105-
CC: ${{ matrix.target == 'aarch64-unknown-linux-gnu' && 'aarch64-linux-gnu-gcc' || '' }}
10696
run: |
10797
cargo build --release --target ${{ matrix.target }}
10898

0 commit comments

Comments
 (0)