Hive Hive
Sign in

Drops

Shipped updates from GitHub releases and changelog feeds across every domain.

Activity
Published Title Project Domains Version Source
Vendor command emits vendor/fabrik.toml fabrik vendor now emits a vendor/fabrik.toml for the vendored graph, in addition to source files. This matches the new single-file build sur
Once
Once
0.5.0
GitHub
fabrik.toml is the only scanned build file; fabrik vendor updated The old build-file compatibility path has been removed, so fabrik.toml is now the single scanned build-file surface for Once. fabrik vendor
Once
Once
0.5.0
GitHub
Add granular Apple build primitives Fabrik now supports TOML-declared Apple Swift build primitives for apple.swift_library, apple.static_framework, apple.dynamic_framework, and
Once
Once
0.5.0
GitHub
Add granular Apple Swift build primitives You can now declare Apple Swift targets directly in fabrik.toml using four new primitives: apple.swift_library, apple.static_framework, appl
Once
Once
0.5.0
GitHub
fabrik.toml is now the single scanned build-file surface The old build-file compatibility path has been removed, so fabrik.toml is now the single scanned file for project declarations. The fabrik v
Once
Once
0.5.0
GitHub
Thread cargo build script directives into Rust rustc actions Build-script-backed crates declared in the lower-level TOML graph now propagate their directives into downstream granular Rust rustc actions
Once
Once
0.4.0
GitHub
Cached actions no longer serialize behind spawned actions under max_concurrency=1 Cache lookups no longer queue behind real subprocess slots. Previously, the runner checked the action cache only after acquiring a concurren
Once
Once
0.4.0
GitHub
Support cargo build scripts in granular Rust graphs Granular Rust builds can now consume cargo build script directives declared in the lower-level TOML graph. When a [[cargo.build_script]] is
Once
Once
0.4.0
GitHub
Thread cargo build script directives into downstream Rust actions Cargo build script directives are now threaded into downstream granular Rust rustc actions. When you declare [[cargo.build_script]] in your
Once
Once
0.4.0
GitHub
Granular Rust builds now propagate cargo build-script directives Crates that use build.rs files now work with the granular Rust build graph instead of falling back to the cargo.binary escape hatch. The dir
Once
Once
0.4.0
GitHub