We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a6ab8 commit e2251f9Copy full SHA for e2251f9
contrib/fuzz/oss_fuzz_build.sh
@@ -39,7 +39,7 @@ compile_fuzzers() {
39
40
# This is from https://github.com/AdamKorcz/instrumentation
41
cd $SRC/instrumentation
42
-go run main.go $SRC/containerd/images
+go run main.go --target_dir $SRC/containerd/images
43
44
apt-get update && apt-get install -y wget
45
cd $SRC
0 commit comments