mirror of https://github.com/google/oss-fuzz.git
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 <pjbgf@linux.com> Signed-off-by: Paulo Gomes <pjbgf@linux.com>
This commit is contained in:
parent
50f1686323
commit
4714950e17
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue