Commit 5a232b3
fix(ci): pass --features zlob in pre-build step too
Pre-build at script line 98 ran cargo build --workspace --all-targets
without --features zlob. fff-search build.rs panics under CI when zlob
isn't enabled (intentional gate). Clippy step at line 112 already had
the flag; pre-build needed it too. Unblocks lint-and-format CI for
PR #818 and any future PR.
Refs #818
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 51b1c49 commit 5a232b3
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | | - | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
0 commit comments