File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 25
25
fuzz-seconds : 3600
26
26
mode : ' batch'
27
27
sanitizer : ${{ matrix.sanitizer }}
28
- # Optional but recommended: For storing certain artifacts from fuzzing.
29
- # See later section on "Git repo for storage".
30
28
storage-repo : https://${{ secrets.FILHELPER_PAT }}@github.com/filecoin-project/ref-fvm-fuzz-corpora.git
31
29
storage-repo-branch : master
32
30
storage-repo-branch-coverage : gh-pages # Optional. Defaults to "gh-pages".
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: ClusterFuzzLite continuous builds
2
2
on :
3
3
push :
4
4
branches :
5
- - master # Use your actual default branch here.
5
+ - master
6
6
permissions : read-all
7
7
jobs :
8
8
Build :
14
14
fail-fast : false
15
15
matrix :
16
16
sanitizer :
17
- - address
17
+ - address
18
18
steps :
19
19
- name : Build Fuzzers (${{ matrix.sanitizer }})
20
20
id : build
Original file line number Diff line number Diff line change @@ -14,20 +14,14 @@ jobs:
14
14
fail-fast : false
15
15
matrix :
16
16
sanitizer :
17
- - address
18
- # Override this with the sanitizers you want.
19
- # - undefined
20
- # - memory
17
+ - address
21
18
steps :
22
19
- name : Build Fuzzers (${{ matrix.sanitizer }})
23
20
id : build
24
21
uses : google/clusterfuzzlite/actions/build_fuzzers@v1
25
22
with :
26
23
github-token : ${{ secrets.GITHUB_TOKEN }}
27
24
sanitizer : ${{ matrix.sanitizer }}
28
- # Optional but recommended: used to only run fuzzers that are affected
29
- # by the PR.
30
- # See later section on "Git repo for storage".
31
25
storage-repo : https://${{ secrets.FILHELPER_PAT }}@github.com/filecoin-project/ref-fvm-fuzz-corpora.git
32
26
storage-repo-branch : master
33
27
storage-repo-branch-coverage : gh-pages # Optional. Defaults to "gh-pages".
39
33
fuzz-seconds : 600
40
34
mode : ' code-change'
41
35
sanitizer : ${{ matrix.sanitizer }}
42
- # Optional but recommended: used to download the corpus produced by
43
- # batch fuzzing.
44
- # See later section on "Git repo for storage".
45
36
storage-repo : https://${{ secrets.FILHELPER_PAT }}@github.com/filecoin-project/ref-fvm-fuzz-corpora.git
46
37
storage-repo-branch : master
47
38
storage-repo-branch-coverage : gh-pages # Optional. Defaults to "gh-pages".
You can’t perform that action at this time.
0 commit comments