mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-05 21:07:43 +00:00
fix: resolve GitHub Actions build failures and optimize cross-compilation
- Remove invalid github-token parameter from arduino/setup-protoc action - Fix cross-compilation RUSTFLAGS issue by conditionally setting target-cpu=native - Update workflow tag triggers from v* to * for non-v prefixed tags - Optimize Zig and cargo-zigbuild installation using official actions This resolves build failures in aarch64-unknown-linux-musl target where zig was receiving invalid x86_64 CPU flags during cross-compilation.
This commit is contained in:
@@ -72,7 +72,6 @@ runs:
|
||||
uses: arduino/setup-protoc@v3
|
||||
with:
|
||||
version: "31.1"
|
||||
github-token: ${{ inputs.github-token }}
|
||||
|
||||
- name: Install flatc
|
||||
uses: Nugine/setup-flatc@v1
|
||||
|
||||
Reference in New Issue
Block a user