From 3b4ef3a2138bc14f4a6977174967afd6070c124c Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 25 Jul 2025 12:04:49 +0200 Subject: syz-cluster: add cpp to the fuzz container It's required by pkg/csource to generate C reproducers. --- syz-cluster/workflow/fuzz-step/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syz-cluster/workflow/fuzz-step/Dockerfile b/syz-cluster/workflow/fuzz-step/Dockerfile index 0841b5f0d..201406f77 100644 --- a/syz-cluster/workflow/fuzz-step/Dockerfile +++ b/syz-cluster/workflow/fuzz-step/Dockerfile @@ -16,7 +16,7 @@ RUN GO_FLAGS=$(make go-flags 2>/dev/null) && go build "$GO_FLAGS" -o /bin/fuzz-s FROM debian:bookworm RUN apt-get update && \ - apt-get install -y qemu-system openssh-client curl + apt-get install -y qemu-system openssh-client curl cpp # Install clang tools. RUN apt-get install -y -q gnupg software-properties-common apt-transport-https -- cgit mrf-deployment