-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add dependencies for code quality checks - Removed any build steps since it's not needed for code quality checks. - Added the installation of build tools and ALSA dependencies for Clippy. * Ensure 'Check on Rust beta and dependency health' workflow builds and cross-compiles for all targets - Correctly included cross-compilation steps with cargo build specifying the target. - Ensured that all specified targets (Linux, macOS, Windows) are handled properly. - Added necessary build tools and C compilers for each OS. * Ensure build dependencies - Ensured cross-compilation targets for Linux, macOS, and Windows. - Included installation of necessary C compilers and build tools. * Fix cross-compilation matrix in 'Cross-compilation on Rust stable' workflow - Corrected matrix configuration to ensure valid OS and target combinations. - Excluded invalid target-OS pairs (e.g., macOS with ARM targets). - Verified that only compatible combinations are used for cross-compilation. * Fix periodic workflow for valid OS-target combinations - Corrected cross-compilation matrix to ensure valid OS-target combinations.
- Loading branch information
1 parent
4f8b0d2
commit 6b1a94c
Showing
3 changed files
with
92 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters