Skip to content

Commit

Permalink
CI: Remove parallel-fuzzing hack
Browse files Browse the repository at this point in the history
The issue that caused the hack has been fixed in the upstream
  • Loading branch information
kateinoigakukun committed Nov 1, 2024
1 parent c885410 commit 3e84a79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cflite_batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
storage-repo: https://${{ secrets.SWIFTWASM_BOT_GITHUB_TOKEN }}@github.com/swiftwasm/wasmkit-fuzz-corpora.git
storage-repo-branch: main
storage-repo-branch-coverage: gh-pages
# NOTE: Disable parallel-fuzzing due to https://github.com/google/clusterfuzzlite/issues/142
# Set to empty string, not false, to avoid https://github.com/google/oss-fuzz/pull/12655
parallel-fuzzing: ''
- name: Upload Sarif
if: always() && steps.build.outcome == 'success'
uses: github/codeql-action/upload-sarif@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/cflite_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,3 @@ jobs:
storage-repo: https://${{ secrets.SWIFTWASM_BOT_GITHUB_TOKEN }}@github.com/swiftwasm/wasmkit-fuzz-corpora.git
storage-repo-branch: main
storage-repo-branch-coverage: gh-pages
# NOTE: Disable parallel-fuzzing due to https://github.com/google/clusterfuzzlite/issues/142
# Set to empty string, not false, to avoid https://github.com/google/oss-fuzz/pull/12655
parallel-fuzzing: ''

0 comments on commit 3e84a79

Please sign in to comment.