Merged
Conversation
- CI workflow: fmt, clippy, and test on ubuntu + macOS for PRs and master pushes - Release workflow: triggered by version tags or manual dispatch, builds static binaries for 4 targets (aarch64/x86_64 macOS, aarch64/x86_64 musl Linux), packages .deb and .rpm, creates GitHub Release, and opens a PR against questdb/homebrew-tap with updated formula checksums - Homebrew formula template for macOS arm64/intel distribution - Cargo.toml metadata for cargo-deb and cargo-generate-rpm Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Enables `brew install questdb/middle-manager/mm` without a separate `brew tap` step. The binary is installed as `mm`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Detects arch (x86_64/aarch64), downloads the latest musl binary from GitHub Releases, and installs to /usr/local/bin. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
cargo-deb replaces target/release with the actual target path automatically when --target is used. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ci.yml): runscargo fmt --check,cargo clippy -- -D warnings, andcargo teston both ubuntu-latest and macos-latest for all PRs and pushes to masterrelease.yml): triggered byv*.*.*tags or manualworkflow_dispatch, builds static release binaries for 4 targets, packages.deb/.rpm, creates a GitHub Release with all artifacts + SHA256 checksums, and opens a PR againstquestdb/homebrew-tapwith the updated formuladist/homebrew/middle-manager.rb.template): supports macOS arm64 and intel with platform-specific download URLs and checksumscargo-debandcargo-generate-rpmpackagingBuild targets
aarch64-apple-darwinmacos-latestx86_64-apple-darwinmacos-latestx86_64-unknown-linux-muslubuntu-latestcross(Docker)aarch64-unknown-linux-muslubuntu-latestcross(Docker)Setup required before first release
questdb/homebrew-taprepo (public) with aFormula/directoryreposcope on that repoHOMEBREW_TAP_TOKENin this repo's settingsTest plan
v0.1.0.deb,.rpm, andSHA256SUMS🤖 Generated with Claude Code