Skip to content

Commit 3e84a79

Browse files
CI: Remove parallel-fuzzing hack
The issue that caused the hack has been fixed in the upstream
1 parent c885410 commit 3e84a79

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/cflite_batch.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +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: ''
4542
- name: Upload Sarif
4643
if: always() && steps.build.outcome == 'success'
4744
uses: github/codeql-action/upload-sarif@v3

.github/workflows/cflite_pr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,3 @@ 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)