Skip to content

Commit

Permalink
Try python#2
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-v committed Aug 4, 2023
1 parent f17adc4 commit 90f72e5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 102 deletions.
8 changes: 0 additions & 8 deletions .clusterfuzzlite/Dockerfile

This file was deleted.

87 changes: 0 additions & 87 deletions .clusterfuzzlite/build.sh

This file was deleted.

1 change: 0 additions & 1 deletion .clusterfuzzlite/project.yaml

This file was deleted.

14 changes: 8 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ jobs:
- name: Tests
run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu"

cluster_fuzz_line:
name: ClusterFuzzLite fuzzing
cluster_fuzz_lite:
name: ClusterFuzzLite
runs-on: ubuntu-latest
timeout-minutes: 60
needs: check_source
Expand All @@ -515,18 +515,19 @@ jobs:
- undefined
- memory
steps:
- name: Download cpython3 project data from oss-fuzz
run: |
mkdir .clusterfuzzlite
curl -L https://github.com/google/oss-fuzz/archive/master.tar.gz | tar -xz --strip 3 -C .clusterfuzzlite oss-fuzz-master/projects/cpython3
- name: Build Fuzzers (${{ matrix.sanitizer }})
id: build
uses: google/clusterfuzzlite/actions/build_fuzzers@v1
with:
language: c
sanitizer: ${{ matrix.sanitizer }}
- name: Run Fuzzers (${{ matrix.sanitizer }})
id: run
uses: google/clusterfuzzlite/actions/run_fuzzers@v1
with:
fuzz-seconds: 300
mode: 'code-change'
mode: code-change
parallel-fuzzing: true
sanitizer: ${{ matrix.sanitizer }}

Expand All @@ -545,6 +546,7 @@ jobs:
- build_ubuntu_ssltests
- test_hypothesis
- build_asan
- cluster_fuzz_lite

runs-on: ubuntu-latest

Expand Down

0 comments on commit 90f72e5

Please sign in to comment.