We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5159f21 commit 7585041Copy full SHA for 7585041
.github/workflows/fuzz-long.yml
@@ -73,6 +73,7 @@ jobs:
73
run: |
74
echo "Building Dragonfly with AFL++ instrumentation..."
75
./helio/blaze.sh -DUSE_MOLD:BOOL=ON -DUSE_AFL:BOOL=ON
76
+ cd ./build-dbg && ninja dragonfly && cd ..
77
echo "Build complete"
78
ls -lh ./build-dbg/dragonfly
79
0 commit comments