Skip to content

Commit 663fde3

Browse files
clalancetteclaude
andcommitted
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

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ jobs:
388388
if: matrix.os == 'linux'
389389
uses: taiki-e/install-action@v2.85.10
390390
with:
391-
tool: cargo-zigbuild@0.22.3
391+
tool: cargo-zigbuild@0.23.0
392392
fallback: none
393393
- name: Build binary
394394
run: |

0 commit comments

Comments
 (0)