File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export PKG_CONFIG_PATH="${TARGET_DIR}/lib/pkgconfig:${TARGET_DIR}/lib64/pkgconfi
5454export CGO_CFLAGS=" -I${TARGET_DIR} /include -I${TARGET_DIR} /include/openssl"
5555export CGO_LDFLAGS=" $( pkg-config --libs --static --cflags libssh2 openssl libgit2) "
5656
57- go mod tidy -compat=1.17
57+ go get -d github.com/AdaLogics/go-fuzz-headers
5858
5959pushd " tests/fuzz"
6060
8989 curl -s --fail https://raw.githubusercontent.com/fluxcd/image-reflector-controller/${REFLECTOR_VER} /config/crd/bases/image.toolkit.fluxcd.io_imagepolicies.yaml -o testdata/crds/imagepolicies.yaml
9090fi
9191
92- go mod tidy -compat=1.17
92+ go get -d github.com/AdaLogics/go-fuzz-headers
93+ go get github.com/fluxcd/image-automation-controller
9394
9495# Using compile_go_fuzzer to compile fails when statically linking libgit2 dependencies
9596# via CFLAGS/CXXFLAGS.
You can’t perform that action at this time.
0 commit comments