feat(dynamic): improve sandbox hardening and build caching

This commit is contained in:
elipeter 2026-06-03 12:26:10 -05:00
parent 7468d2214b
commit 20093972a9
8 changed files with 345 additions and 45 deletions

View file

@ -90,7 +90,7 @@ fn mk_spec() -> HarnessSpec {
fn write_project(workdir: &Path) {
// Empty requirements: venv creation succeeds offline; the cached
// `pyvenv.cfg` turns every later call into a cache hit.
// `.python_cache_done` marker turns every later call into a cache hit.
std::fs::write(workdir.join("requirements.txt"), "").unwrap();
}