mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-25 06:01:15 +00:00
21 lines
549 B
YAML
21 lines
549 B
YAML
language: go
|
|
version: "1.11"
|
|
base: ubuntu:16.04
|
|
checkout: github.com/google/syzkaller
|
|
targets:
|
|
- name: report
|
|
harness:
|
|
function: Fuzz
|
|
package: github.com/google/syzkaller/pkg/report
|
|
build_tags: syz_target
|
|
- name: compiler
|
|
harness:
|
|
function: Fuzz
|
|
package: github.com/google/syzkaller/pkg/compiler
|
|
build_tags: syz_target
|
|
- name: trace2syz
|
|
harness:
|
|
function: Fuzz
|
|
package: github.com/google/syzkaller/tools/syz-trace2syz/proggen
|
|
build_tags: syz_target syz_os_linux syz_arch_amd64
|