Below you will find pages that utilize the taxonomy term “houseabsolute”
November 24, 2024
Build Rust Projects with Cross
Version updated for houseabsolute/actions-rust-cross to version v0.0.17.
This action is used across all versions by 735 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added support for running cargo bench or cross bench. Implemented by @RaulTrombin (Raul Victor Trombin). GH #32.
August 26, 2024
Build Rust Projects with Cross
Version updated for houseabsolute/actions-rust-cross to version v0.0.14.
This action is used across all versions by 587 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes When the given target includes the string musl, this action will install the musl-tools package. This allows crates with C or C++ code to compile properly. Fixes #20. Reported by Matteo Pietro Dazzi (@ilteoood).
May 18, 2024
Build Rust Projects with Cross
Version updated for houseabsolute/actions-rust-cross to version v0.0.13.
This action is used across all versions by 434 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes It’s now possible to set cross-version to a git ref like a commit hash or HEAD. This will install cross from its git repo.
February 25, 2024
Build Rust Projects with Cross
Version updated for houseabsolute/actions-rust-cross to version v0.0.12.
This action is used across all versions by 289 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Bumped the version of actions/cache used in this action to v4. The v3 version uses Node 16, which causes warnings when run. Implemented by @hms5232. GH #13.
December 17, 2023
Build Rust Projects with Cross
Version updated for houseabsolute/actions-rust-cross to version v0.0.11.
This action is used across all versions by 189 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Use cross when compiling for 32-bit Linux targets. While in theory this should work without cross, compiling openssl with the vendored feature fails when we run cargo build --target i686-unknown-linux-musl.
December 11, 2023
Build Rust Projects with Cross
Version updated for houseabsolute/actions-rust-cross to version v0.0.10.
This action is used across all versions by 181 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed handling of crates with multiple binaries. Attempting to strip binaries for such a crate caused the build to fail. Reported by Tomaž Hribernik. GH #8 Added a new cross-version parameter. This can be specified to make this action use a specific version of cross.
September 11, 2023
Build Rust Projects with Cross
Version updated for houseabsolute/actions-rust-cross to version v0.0.9.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 82 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added a working-directory parameter. By default this is the current directory (.) but you can set it to something else to compile a single crate or workspace in a subdirectory of the repo. This allows you to use this action with monorepos with multiple crates.