Merge pull request #10219 from estesp/update-fuzz-instrument
Update instrumentation fuzzer with new flag
This commit is contained in:
commit
1bed3e90f2
@ -39,7 +39,7 @@ compile_fuzzers() {
|
|||||||
|
|
||||||
# This is from https://github.com/AdamKorcz/instrumentation
|
# This is from https://github.com/AdamKorcz/instrumentation
|
||||||
cd $SRC/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
|
apt-get update && apt-get install -y wget
|
||||||
cd $SRC
|
cd $SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user