mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-27 20:29:39 +02:00
[pitboss] phase 19: Track E.3 — Docker backend + nyx-image-builder + pinned digests
This commit is contained in:
parent
6ca9bddedb
commit
7ca0c053f5
9 changed files with 1412 additions and 0 deletions
|
|
@ -50,6 +50,10 @@ docgen = []
|
|||
# sandbox, reports back whether the sink fires. Off by default until the
|
||||
# static side is honest on real corpora (see ROADMAP.md).
|
||||
dynamic = ["dep:tempfile"]
|
||||
# Phase 19 (Track E.3): the `nyx-image-builder` helper binary that builds
|
||||
# and pins per-toolchain Docker images. Gated so it does not bloat the
|
||||
# default `nyx` build with extra TOML-write logic CI-only operators need.
|
||||
image-builder = []
|
||||
|
||||
[lib]
|
||||
name = "nyx_scanner"
|
||||
|
|
@ -64,6 +68,11 @@ name = "nyx-docgen"
|
|||
path = "tools/docgen/main.rs"
|
||||
required-features = ["docgen"]
|
||||
|
||||
[[bin]]
|
||||
name = "nyx-image-builder"
|
||||
path = "tools/image-builder/main.rs"
|
||||
required-features = ["image-builder"]
|
||||
|
||||
[[bench]]
|
||||
name = "scan_bench"
|
||||
harness = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue