From 4714950e17102f25f42ea23923dcd045e2b6fc20 Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Fri, 2 Sep 2022 18:47:02 +0100 Subject: [PATCH] fluxcd: Revert to base-builder-go to fix build (#8397) 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 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 da19f124e..2a9e357c1 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"