aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/workflow/fuzz-step/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* syz-cluster: refactor DockerfilesAleksandr Nogikh2025-12-311-1/+0
| | | | | | | Copy everything into the build context. Add a .dockerignore file to avoid copying the definitely unnecessary files and folders. Check copyrights presence in Dockerfiles.
* syz-cluster: rewrite fuzz config generationAleksandr Nogikh2025-10-071-1/+0
| | | | | | | | Instead of a predefined set of manually written syz-manager configs, construct it dynamically from different bits. During triage, select not just one, but all matching fuzzer configurations and then merge them together.
* syz-cluster: add gcc to fuzz-step containerAleksandr Nogikh2025-08-071-1/+1
| | | | We use it for C repros by default.
* syz-cluster: add cpp to the fuzz containerAleksandr Nogikh2025-07-291-1/+1
| | | | It's required by pkg/csource to generate C reproducers.
* syz-cluster: install llvm tools in the fuzz-step containerAleksandr Nogikh2025-07-231-1/+11
| | | | It's required for report symbolization and C repro generation.
* syz-cluster: fix fuzz-step DockerfileAleksandr Nogikh2025-03-111-1/+1
| | | | | If we build the executor from an incomplete workdir, executor and the host process end up having different git revisions.
* syz-cluster: integrate with syz-diffAleksandr Nogikh2025-02-041-0/+28
Run differential fuzzing as a workflow step.