mirror of https://github.com/google/oss-fuzz.git
[kryo] Fix build in anticipation of a Jazzer breaking change (#6616)
Jazzer now uses ':' instead of ';' to separate JVM arguments.
This commit is contained in:
parent
fd2e1a750b
commit
f043a72a0e
|
@ -45,7 +45,7 @@ LD_LIBRARY_PATH=\"$JVM_LD_LIBRARY_PATH\":\$this_dir \
|
|||
\$this_dir/jazzer_driver --agent_path=\$this_dir/jazzer_agent_deploy.jar \
|
||||
--cp=$RUNTIME_CLASSPATH \
|
||||
--target_class=$fuzzer_basename \
|
||||
--jvm_args=\"-Xmx2048m;--enable-preview\" \
|
||||
--jvm_args=\"-Xmx2048m:--enable-preview\" \
|
||||
\$@" > $OUT/$fuzzer_basename
|
||||
chmod +x $OUT/$fuzzer_basename
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue