发布

  • fix(release): musl-compatible renameat2 shim + cargo-zigbuild 0.23.2 pin
    Release / Release gates (SDK + package versions) (push) Has been cancelled
    Release / Release gates (tag + delivery evidence) (push) Has been cancelled
    Release / Build aarch64-apple-darwin (push) Has been cancelled
    Release / Build x86_64-apple-darwin (push) Has been cancelled
    Release / Build aarch64-unknown-linux-musl (push) Has been cancelled
    Release / Build aarch64-unknown-linux-gnu (push) Has been cancelled
    Release / Build x86_64-unknown-linux-musl (push) Has been cancelled
    Release / Build x86_64-pc-windows-gnu (push) Has been cancelled
    Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
    Release / Build x86_64-pc-windows-msvc (push) Has been cancelled
    Release / Build x86_64-unknown-linux-gnu-cuda (push) Has been cancelled
    Release / Create Release (push) Has been cancelled
    Release / Attach JetBrains Plugin (push) Has been cancelled
    Release / Publish to crates.io (push) Has been cancelled
    Release / Publish to npm (push) Has been cancelled
    Release / Update Homebrew (push) Has been cancelled
    Release / Announce on Twitter (push) Has been cancelled
    Release / Announce on Discord (push) Has been cancelled

    frostbyte_neo 发布于 2026-08-26 05:03:39 +00:00

    • musl exports no renameat2 wrapper (undefined reference at link time on
      *-musl targets): engine_artifact/unix.rs goes through a raw
      syscall(SYS_renameat2) shim — identical RENAME_NOREPLACE semantics on
      every Linux libc.
    • rustc 1.98 injects --fix-cortex-a53-843419 for aarch64; zig's lld
      rejects it and the pinned install-action manifest resolves
      cargo-zigbuild to 0.21.4. Pin cargo-zigbuild@0.23.2 (filters the flag).
    • delivery-evidence ledger digests moved with the workflow change.

    Co-Authored-By: Claude Fable 5 noreply@anthropic.com

    下载附件