mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
parent
a6722f5c71
commit
0c82a3adfd
20
.github/workflows/cifuzz.yml
vendored
20
.github/workflows/cifuzz.yml
vendored
@ -19,13 +19,23 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
sanitizer: [address, undefined, memory]
|
sanitizer: [address, undefined, memory]
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@main
|
||||||
|
with:
|
||||||
|
path: irssi
|
||||||
|
- name: Docker build build_fuzzers container
|
||||||
|
run: |
|
||||||
|
# google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
|
||||||
|
docker build -t build_fuzzers:actions -f "/home/runner/work/_actions/google/oss-fuzz/master/infra/build_fuzzers.Dockerfile" "/home/runner/work/_actions/google/oss-fuzz/master/infra"
|
||||||
- name: Build Fuzzers (${{ matrix.sanitizer }})
|
- name: Build Fuzzers (${{ matrix.sanitizer }})
|
||||||
id: build
|
id: build
|
||||||
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
|
env:
|
||||||
with:
|
OSS_FUZZ_PROJECT_NAME: 'irssi'
|
||||||
oss-fuzz-project-name: 'irssi'
|
DRY_RUN: false
|
||||||
dry-run: false
|
SANITIZER: ${{ matrix.sanitizer }}
|
||||||
sanitizer: ${{ matrix.sanitizer }}
|
PROJECT_SRC_PATH: /github/workspace/irssi
|
||||||
|
REPOSITORY: 'irssi'
|
||||||
|
run: |
|
||||||
|
docker run --workdir /github/workspace --rm -e OSS_FUZZ_PROJECT_NAME -e DRY_RUN -e SANITIZER -e PROJECT_SRC_PATH -e REPOSITORY -e WORKSPACE=/github/workspace -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "$GITHUB_WORKSPACE":"/github/workspace" build_fuzzers:actions
|
||||||
- name: Run Fuzzers (${{ matrix.sanitizer }})
|
- name: Run Fuzzers (${{ matrix.sanitizer }})
|
||||||
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
|
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user