Skip to content

Commit

Permalink
remove instrumentation library (#1595)
Browse files Browse the repository at this point in the history
Signed-off-by: AdamKorcz <adam@adalogics.com>
  • Loading branch information
AdamKorcz committed Jul 22, 2023
1 parent c44b8b5 commit 1b149d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/oss_fuzz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b149d2

Please sign in to comment.