aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/workflow/boot-step/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* syz-cluster: refactor DockerfilesAleksandr Nogikh2025-12-311-7/+1
| | | | | | | 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: update Go version in DockerfilesAleksandr Nogikh2025-07-141-1/+1
| | | | | For some reason, it does not download the newer toolchain versions automatically.
* syz-cluster: integrate with syz-diffAleksandr Nogikh2025-02-041-4/+3
| | | | Run differential fuzzing as a workflow step.
* syz-cluster: remove mentions of vendorAleksandr Nogikh2025-01-271-1/+1
|
* syz-cluster: add a boot testAleksandr Nogikh2025-01-221-0/+45
Run a smoke test on the base kernel build and report back the results.