nix build github:r-ryantm/nixpkgs/7a57caade0267dbc7fb6d68390a55fd48990c128#cargo-zigbuild After you've downloaded or built it, look at the files and if there are any, run the binaries: ls -la /nix/store/qm2sf7cbjcghap7n66xdlsixprirqs9x-cargo-zigbuild-0.19.8 ls -la /nix/store/...
in .cargo/config.toml you can do: [build] target = "aarch64-unknown-linux-gnu" Cargo zigbuild doesn't appear to actually use this value, because it errors if I don't pass --target aarch64-unknown-linux-gnu error occurred: Failed to find ...
As sort of a followup to #167, I've been trying out cargo-auditable with cargo-zigbuild. The subcommand part works fine, but it looks like it fails at the linker stage. zig uses its own linker, which messes with auditable's assumption th...
Created by brew bump Created with brew bump-formula-pr. release notes ## What's Changed * fix(openharmony): fix bindgen build error for openharmony by @richerfu in https://github.com/rust-cross/cargo-zigbuild/pull/262 * Bump openssl from 0.10.60 to
curl -L "https://github.com/rust-cross/cargo-zigbuild/releases/download/v${ZIGBUILD_VERSION}/cargo-zigbuild-v${ZIGBUILD_VERSION}.x86_64-unknown-linux-musl.tar.gz" | tar zxC ~/.cargo/bin 97 87 98 - - name: Dist 88 + - name: Dist (plain) 89 + if: ${{ !matrix.zig_target...
cargo-zigbuild 0.19.2 Created by Created withbrew bump-formula-pr. release notes ## What's Changed * fix(openharmony): fix bindgen build error for openharmony by @richerfu in https://github.com/rust-cross/cargo-zigbuild/pull/262 * Bump openssl from 0.10.60 to 0.10.66 in /tests/hello...
cargo:rerun-if-env-changed=CC_aarch64_apple_darwin CC_aarch64_apple_darwin = Some(/Users/paul/Library/Caches/cargo-zigbuild/0.19.7/zigcc-aarch64-apple-darwin-d40.sh) RUSTC_WRAPPER = None cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT ...
This was reported originally in awslabs/aws-lambda-rust-runtime#927, but after some investigation, I discovered that the problem lays on how cargo-zigbuild works on Windows. If the path where cargo-zigbuild lives on Windows includes spac...
In CI of cargo-bins/cargo-quickinstall#225 : error: linking with `/home/runner/.cache/cargo-zigbuild/0.17.1/zigcc-aarch64-unknown-linux-gnu.sh` failed: exit status: 1 | = note: LC_ALL="C" PATH="/home/runner/.rustup/toolchains/stable-x86_...
Problem: When working on Windows aspects of rustup, I like to use cargo-zigbuild to check the Windows build locally. However, since switching rustup to aws-lc-rs (currently at 1.8.1) I am unable to build rustup with cargo-zigbuild, even ...