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
Was able to reproduce the pipeline's fuzzing build error:
```
./src/options.h:20:10: fatal error: 'default_options_guard.h' file not found
```
The fix for my local environment was to rearange the order of dependencies. Then
default_options_guard.h get generated before it's needed.
tjk :)
0 commit comments