Skip to content

GitHub Actions for binary release #871

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Conversation

socketz
Copy link

@socketz socketz commented May 28, 2025

This pull request introduces a release workflow for building and publishing binaries, updates dependencies, and includes notable changes to the codebase and documentation. Key updates include the addition of a GitHub Actions workflow for cross-platform binary releases, dependency upgrades in Cargo.toml, and modifications to improve code clarity and functionality.

Workflow and Release Management:

  • .github/workflows/rust-release-binary.yml: Added a GitHub Actions workflow for cross-platform binary builds and releases. This includes support for Linux, macOS, and Windows architectures, automated changelog updates, and artifact publishing.

Dependency Updates:

  • Cargo.toml: Upgraded colored to version 3.0.0, crc32-v2 to version 0.0.5, and bzip2 to version 0.5.2 with additional features for libbz2-rs-sys. These updates enhance compatibility and functionality.

Codebase Improvements:

  • src/cliparser.rs: Changed the exit code from 1 to 0 in the parse function to indicate successful help output.
  • src/extractors/common.rs: Added an #[allow(dead_code] annotation to make_executable and improved code readability by renaming metadata to _metadata in the permissions handling logic. [1] [2]

Documentation Updates:

  • CHANGELOG.md: Documented new features, refactors, and tests for version v3.1.1, including support for ARJ archives, QEMU QCOW images, and integration tests for new features.

@socketz
Copy link
Author

socketz commented May 28, 2025

Also I forgot to mention that this will simplify the setup of FlareVM scripts for this Rust version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant