We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad8ac7 commit dbfec35Copy full SHA for dbfec35
.github/workflows/RunFuzzer.yml
@@ -126,7 +126,7 @@ jobs:
126
with:
127
key: ${{ github.job }}
128
129
- - name: Compile DuckDB
+ - name: Compile DuckDB with afl++ compiler
130
run: |
131
cd duckdb_aflplusplus/src
132
make \
@@ -187,7 +187,7 @@ jobs:
187
-m none \
188
-d \
189
-- $DUCKDB_AFLPLUSPLUS_DIR/build/${{ inputs.fuzzer }}
190
- cd $DUCKDB_AFLPLUSPLUS_DIR && tar -cvf fuzz_results.tar fuzz_results/${{ inputs.fuzzer }}
+ cd $DUCKDB_AFLPLUSPLUS_DIR && tar -cvf ${{ github.workspace }}/fuzz_results.tar fuzz_results/${{ inputs.fuzzer }}
191
192
- name: debug
193
0 commit comments