Skip to content

Commit

Permalink
Merge pull request #10219 from estesp/update-fuzz-instrument
Browse files Browse the repository at this point in the history
Update instrumentation fuzzer with new flag
  • Loading branch information
dmcgowan committed May 13, 2024
2 parents 29a6ab8 + e2251f9 commit 1bed3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/fuzz/oss_fuzz_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ compile_fuzzers() {

# This is from https://github.com/AdamKorcz/instrumentation
cd $SRC/instrumentation
go run main.go $SRC/containerd/images
go run main.go --target_dir $SRC/containerd/images

apt-get update && apt-get install -y wget
cd $SRC
Expand Down

0 comments on commit 1bed3e9

Please sign in to comment.