Skip to content

Commit 58708ef

Browse files
Fuzzing: Disable parallel fuzzing due to CFL issue
1 parent 3f73351 commit 58708ef

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/cflite_batch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
storage-repo: https://${{ secrets.SWIFTWASM_BOT_GITHUB_TOKEN }}@github.com/swiftwasm/wasmkit-fuzz-corpora.git
4040
storage-repo-branch: main
4141
storage-repo-branch-coverage: gh-pages
42+
# NOTE: Disable parallel-fuzzing due to https://github.com/google/clusterfuzzlite/issues/142
43+
# Set to empty string, not false, to avoid https://github.com/google/oss-fuzz/pull/12655
44+
parallel-fuzzing: ''
4245
- name: Upload Sarif
4346
if: always() && steps.build.outcome == 'success'
4447
uses: github/codeql-action/upload-sarif@v3

.github/workflows/cflite_pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ jobs:
3939
storage-repo: https://${{ secrets.SWIFTWASM_BOT_GITHUB_TOKEN }}@github.com/swiftwasm/wasmkit-fuzz-corpora.git
4040
storage-repo-branch: main
4141
storage-repo-branch-coverage: gh-pages
42+
# NOTE: Disable parallel-fuzzing due to https://github.com/google/clusterfuzzlite/issues/142
43+
# Set to empty string, not false, to avoid https://github.com/google/oss-fuzz/pull/12655
44+
parallel-fuzzing: ''

0 commit comments

Comments
 (0)