Commit 704ae8b
fix: exclude fuzz directory from workspace
The fuzz directory contains cargo-fuzz targets that require nightly Rust
and have incompatible build configurations with the main workspace
(ASAN, sanitizer coverage, custom RUSTFLAGS, etc.).
Previously, the fuzz directory was not explicitly excluded, causing
workspace resolution errors in CI:
error: current package believes it's in a workspace when it's not
Added fuzz/ to workspace.exclude to keep it as an independent package,
similar to wraith-xdp and spectre-implant which also have special
build requirements.
Fixes Fuzz workflow failures in CI.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 946a41d commit 704ae8b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments