diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-08-07 11:21:32 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-08-07 09:35:11 +0000 |
| commit | a9fce3b50a00a8dab6365de4c22749f4bd1f1ac6 (patch) | |
| tree | d229838ce62cbafbc187b2f80c91d4ebcd5f3b72 /syz-cluster/workflow | |
| parent | c03873ec186a3b88b345caaa713a57c5f6ea9c9b (diff) | |
syz-cluster: add gcc to fuzz-step container
We use it for C repros by default.
Diffstat (limited to 'syz-cluster/workflow')
| -rw-r--r-- | syz-cluster/workflow/fuzz-step/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
