From 5b242eb4fcac039d7d7f688be551744c2013d8f6 Mon Sep 17 00:00:00 2001 From: AdamKorcz Date: Sat, 22 Jul 2023 15:36:54 +0100 Subject: [PATCH] remove instrumentation library Signed-off-by: AdamKorcz --- tests/oss_fuzz.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/oss_fuzz.sh b/tests/oss_fuzz.sh index 670d6645d..2ffae34e4 100755 --- a/tests/oss_fuzz.sh +++ b/tests/oss_fuzz.sh @@ -20,11 +20,6 @@ sed -i '16,17d' $SRC/rekor/pkg/pki/x509/e2e.go sed -i '16d' $SRC/rekor/pkg/util/util.go -cd $SRC/instrumentation -go mod tidy -go run main.go --target_dir=$SRC/rekor --check_io_length=true -go run main.go --target_dir=$SRC/relic --check_io_length=false - cd $SRC/rekor go mod tidy go get github.com/AdamKorcz/go-118-fuzz-build/testing