From 044bfe86c05bd55f674e5710a8a4085eefada526 Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Fri, 2 Sep 2022 17:07:42 +0100 Subject: [PATCH] fluxcd: Revert to base-builder-go The project recently started moving into Go fuzz native, and using the codeintelligencetesting variant is causing the error below: ERROR: no interesting inputs were found This PR reverts https://github.com/google/oss-fuzz/pull/7683 for fluxcd which fixes the issue. Signed-off-by: Paulo Gomes --- projects/fluxcd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/fluxcd/Dockerfile b/projects/fluxcd/Dockerfile index da19f124e30c..2a9e357c1749 100644 --- a/projects/fluxcd/Dockerfile +++ b/projects/fluxcd/Dockerfile @@ -14,7 +14,7 @@ # ################################################################################ -FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting +FROM gcr.io/oss-fuzz-base/base-builder-go ENV PROJECT_ROOT="${GOPATH:-/root/go}/src/github.com/fluxcd"