cache: better cache system (#4951)

* cache: consider source as untrusted

* cache: better scoped cache

* cache: non-lazy flow value parse error

* fixup! cache: consider source as untrusted

* fixup! cache: consider source as untrusted

* fixup! cache: better scoped cache
This commit is contained in:
Lucas Abel
2024-12-20 11:19:57 +01:00
committed by GitHub
parent 9d9fa34851
commit 12d18beb32
14 changed files with 625 additions and 424 deletions

View File

@@ -67,4 +67,4 @@ jobs:
DISABLE_EMBEDDING=true RUST_LOG=info PYTHON_PATH=$(which python)
DENO_PATH=$(which deno) BUN_PATH=$(which bun) GO_PATH=$(which go)
UV_PATH=$(which uv) cargo test --features
enterprise,deno_core,license,python,rust --all -- --nocapture
enterprise,deno_core,license,python,rust,scoped_cache --all -- --nocapture