Skip to content

Commit

Permalink
Add clusterfuzzlite storage repo
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed Jan 13, 2024
1 parent 389c747 commit 755129e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
arch: ARM64

env:
CCACHE_DIR: ${{ runner.workspace }}/ccache
CCACHE_DIR: D:/ccache

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fuzz-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
mode: 'batch'
sanitizer: ${{ matrix.sanitizer }}
output-sarif: true
storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/eliaskosunen/scnlib-fuzz-corpus.git
2 changes: 2 additions & 0 deletions .github/workflows/fuzz-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
fuzz-seconds: 600
mode: 'prune'
output-sarif: true
storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/eliaskosunen/scnlib-fuzz-corpus.git

fuzz-coverage:
runs-on: ubuntu-latest
Expand All @@ -48,3 +49,4 @@ jobs:
fuzz-seconds: 600
mode: 'coverage'
sanitizer: 'coverage'
storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/eliaskosunen/scnlib-fuzz-corpus.git
2 changes: 2 additions & 0 deletions .github/workflows/fuzz-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
language: c++
github-token: ${{ secrets.GITHUB_TOKEN }}
sanitizer: ${{ matrix.sanitizer }}
storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/eliaskosunen/scnlib-fuzz-corpus.git

- name: Run fuzzers
id: run
Expand All @@ -45,3 +46,4 @@ jobs:
fuzz-seconds: 600
mode: 'code-change'
sanitizer: ${{ matrix.sanitizer }}
storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/eliaskosunen/scnlib-fuzz-corpus.git

0 comments on commit 755129e

Please sign in to comment.