Skip to content

Commit 22b1db9

Browse files
authored
Merge pull request #12059 from austinvazquez/checkout-adamkorcz-instrumentation-for-fuzzing
Remove additional fuzzers from instrumentation repo
2 parents a92d870 + aed961a commit 22b1db9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contrib/fuzz/oss_fuzz_build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ compile_fuzzers() {
3737
done
3838
}
3939

40-
# This is from https://github.com/AdamKorcz/instrumentation
41-
cd $SRC/instrumentation
42-
go run main.go --target_dir $SRC/containerd/images
43-
4440
apt-get update && apt-get install -y wget
4541
cd $SRC
4642
wget --quiet https://go.dev/dl/go1.24.4.linux-amd64.tar.gz

0 commit comments

Comments
 (0)