Skip to content

Conversation

@zackcam
Copy link
Contributor

@zackcam zackcam commented Jun 19, 2025

Added a new help, integration, and unit argument for the build script this will allow developers/users to target specifically what they want to do with building in an easier manner.

This also has been reflected in the README.md with the new arguments and a quick explanation of what they do

do
arg="$1"
case $arg in
--release)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add a flag to skip the clippy checks? valkey-bundle calls this build.sh script so they would want an option to build the bloom binary without any linter / formatting checks since Rust linter updates may occur at a higher frequency than our releases

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bundle doesn't require this flag anymore, you can still do it if you'd like though

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.

3 participants