fix: stabilize native release builds across platforms

This commit is contained in:
leeguooooo
2026-03-04 15:44:28 +09:00
parent 17d44baa2f
commit 7b454e14ed
43 changed files with 10193 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ RUN rustup target add \
# Install cargo-zigbuild for easier cross-compilation (especially macOS)
RUN curl -sSL https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz | tar -xJ -C /opt \
&& ln -s /opt/zig-linux-x86_64-0.13.0/zig /usr/local/bin/zig
RUN cargo install cargo-zigbuild
RUN cargo install cargo-zigbuild --version 0.21.8
# Configure linkers for cross-compilation
RUN mkdir -p /.cargo