Skip to content

Commit 5ba429d

Browse files
committed
Stick to Rust 1.89.0
1 parent 6f6171e commit 5ba429d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install Rust stable
100100
uses: actions-rs/toolchain@v1
101101
with:
102-
toolchain: stable
102+
toolchain: 1.89.0 # "stable" causes rust-lld: error on aarch64-linux
103103
target: ${{ matrix.target }}
104104
override: true
105105

Cross.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ pre-build = [
1818
"unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr",
1919
]
2020

21-
2221
[target.aarch64-unknown-linux-gnu]
2322
image = "ghcr.io/defguard/cross:aarch64-unknown-linux-gnu"
2423
pre-build = [

0 commit comments

Comments
 (0)