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(core): give nested eBPF build.rs cargo invocation its own target dir
The outer `cargo build` holds the workspace target-dir lock for the
whole session; build.rs's nested `cargo build --package oom-watcher-ebpf`
invocation targeted the same dir and blocked acquiring that lock, while
build.rs blocked waiting on the nested process — a permanent deadlock.
Surfaced by the release workflow's cold-cache native-arch builds hanging
indefinitely on both amd64 and arm64 at the same point (compiling
oom-watcher, right as build.rs fires).
0 commit comments