Skip to content

Commit 1b149d2

Browse files
authored
remove instrumentation library (#1595)
Signed-off-by: AdamKorcz <[email protected]>
1 parent c44b8b5 commit 1b149d2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/oss_fuzz.sh

-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
sed -i '16,17d' $SRC/rekor/pkg/pki/x509/e2e.go
2121
sed -i '16d' $SRC/rekor/pkg/util/util.go
2222

23-
cd $SRC/instrumentation
24-
go mod tidy
25-
go run main.go --target_dir=$SRC/rekor --check_io_length=true
26-
go run main.go --target_dir=$SRC/relic --check_io_length=false
27-
2823
cd $SRC/rekor
2924
go mod tidy
3025
go get github.com/AdamKorcz/go-118-fuzz-build/testing

0 commit comments

Comments
 (0)