Merge pull request #10219 from estesp/update-fuzz-instrument

Update instrumentation fuzzer with new flag
This commit is contained in:
Derek McGowan
2024-05-13 16:09:07 -07:00
committed by GitHub

View File

@@ -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