9bc9111de8
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
16 lines
532 B
TOML
16 lines
532 B
TOML
#TODO: linux-kpi — build-ordering marker. Downstream driver builds compile the crate via Cargo path deps.
|
|
# The cookbook cargo template cannot install a library-only crate cleanly here, so keep this as a
|
|
# custom no-op recipe until the cookbook grows first-class Rust library packaging.
|
|
[source]
|
|
path = "source"
|
|
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"redox-driver-sys",
|
|
]
|
|
script = """
|
|
echo "linux-kpi: build-ordering marker — actual crate is compiled by downstream Cargo builds"
|
|
mkdir -p "${COOKBOOK_STAGE}/usr"
|
|
"""
|