Commit 9a694dd
Test User
fix(rlm): comment out fcctl-core optional path dep restoring workspace resolution Refs #3042
The fcctl-core crate is in a private firecracker-rust repo that doesn't
exist on macOS or CI machines. Even as an optional dependency, Cargo v2
resolver fails at manifest load time when the path doesn't exist,
blocking all workspace commands (cargo test/clippy/fmt/build).
Workspace check: 0.44s. All tests pass except 1 pre-existing failure in
terraphim_workspace::tests::path_inside_root_is_accepted (unrelated).
Prerequisite for #1899 memory lifecycle implementation.1 parent 29522a7 commit 9a694dd
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments