We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6171e commit 5ba429dCopy full SHA for 5ba429d
2 files changed
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
- name: Install Rust stable
100
uses: actions-rs/toolchain@v1
101
with:
102
- toolchain: stable
+ toolchain: 1.89.0 # "stable" causes rust-lld: error on aarch64-linux
103
target: ${{ matrix.target }}
104
override: true
105
Cross.toml
@@ -18,7 +18,6 @@ pre-build = [
18
"unzip protoc-$PB_VERSION-linux-x86_64.zip bin/protoc include/google/* -d /usr",
19
]
20
21
-
22
[target.aarch64-unknown-linux-gnu]
23
image = "ghcr.io/defguard/cross:aarch64-unknown-linux-gnu"
24
pre-build = [
0 commit comments