Commit 663fde3
ci: bump cargo-zigbuild to 0.23.0
Rust 1.98 started passing --fix-cortex-a53-843419 to the linker for
aarch64 targets, and zig's cc wrapper rejects linker args it does not
recognize, so the pinned cargo-zigbuild 0.22.3 now fails to link the
CLI for aarch64-unknown-linux-musl with "unsupported linker arg".
cargo-zigbuild 0.23.0 filters the flag in its zig wrapper
(rust-cross/cargo-zigbuild#452). 0.23.0 is also the newest release in
the pinned taiki-e/install-action's manifest, so newer releases are
not installable without also bumping that action. The zig pin itself
is unaffected.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent b6b85df commit 663fde3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| |||
0 commit comments