Hive
chore: Dogfood Fabrik builds
GitHub issue · Closed
Source
tuist/once #9
Updated
Jun 24, 2026
Domains
Once
Summary
- Adds a
cargo_binarytarget for Cargo-backed Rust binaries. - Adds a root
//:fabriktarget so the release binary can build Fabrik through Fabrik. - Runs
target/release/fabrik targetsandtarget/release/fabrik run //:fabrikin CI. - Documents the
git-cliffrelease tasks and the dogfood commands in the README.
Notes
Release automation was already present through cliff.toml, mise/tasks/release/*, and .github/workflows/release.yml. This PR fills the README gap and adds the first dogfood path.
Validation
mise exec -- cargo test --workspacemise exec -- cargo fmt --all -- --checkmise exec -- cargo clippy --workspace --all-targets -- -D warningsmise exec -- cargo build --releasemise exec -- target/release/fabrik targetsmise exec -- target/release/fabrik run //:fabrikmise exec -- target/release/fabrik run //:fabrikagain, verifying a cache hitmise exec -- shellspecmise run release:detect
No GitHub comments yet.