From a9fce3b50a00a8dab6365de4c22749f4bd1f1ac6 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 7 Aug 2025 11:21:32 +0200 Subject: syz-cluster: add gcc to fuzz-step container We use it for C repros by default. --- syz-cluster/workflow/fuzz-step/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syz-cluster/workflow') diff --git a/syz-cluster/workflow/fuzz-step/Dockerfile b/syz-cluster/workflow/fuzz-step/Dockerfile index 201406f77..787d95e46 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 cpp + apt-get install -y qemu-system openssh-client curl cpp gcc # Install clang tools. RUN apt-get install -y -q gnupg software-properties-common apt-transport-https -- cgit mrf-deployment