feat: add isolated Linux shadow backend

This commit is contained in:
冰朔 2026-08-15 17:34:30 +08:00
commit f5217fef0f
6 changed files with 283 additions and 2 deletions

View file

@ -88,6 +88,8 @@ run_gate world_and_protocol_validation \
run_gate shell_syntax bash -c \
'for script in "$1"/scripts/*.sh "$1"/world-seed/scripts/*.sh; do bash -n "$script"; done' \
_ "${source_root}"
run_gate linux_subcontrol_docker_backend \
"${source_root}/scripts/test-linux-subcontrol-docker-backend.sh"
run_gate auditable_line_coverage_100_percent \
bash -c '
cargo llvm-cov clean --workspace --manifest-path "$1/Cargo.toml"