You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docker): remove python/node/wasm stubs; strip those workspace members before cache warmup
Cargo validates rust-version for ALL workspace members even when building a
single -p target. The napi-rs and wasm-bindgen transitive deps require a Rust
version higher than 1.85.1 (the slim-bookworm image).
Fix: use sed to strip edgeparse-python, edgeparse-node, edgeparse-wasm from
the workspace member list before running the cache-warmup build, so Cargo only
resolves the three core CLI crates.
0 commit comments