Commit 07f050e
committed
fix(core): update hardcoded debug-profile eBPF object path
The debug_assertions branch in source.rs still pointed at the pre-move
target/bpfel-unknown-none/... location; the previous commit relocated
the nested eBPF build to target/ebpf-subbuild/... to avoid the cargo
lock deadlock, which broke this hardcoded path for dev/test builds
(clippy and cargo test both use the debug_assertions branch).1 parent 7edde0b commit 07f050e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments