diff --git a/infra/libfuzzer-pipeline.groovy b/infra/libfuzzer-pipeline.groovy index f880e05bc..70fe83480 100644 --- a/infra/libfuzzer-pipeline.groovy +++ b/infra/libfuzzer-pipeline.groovy @@ -80,7 +80,7 @@ def call(body) { rev: ossfuzzRev, url: 'https://github.com/google/oss-fuzz.git', path: "targets/$projectName"] - writeFile file: srcmapFile text: groovy.json.JsonOutput.toJson(srcmap) + // writeFile file: srcmapFile text: groovy.json.JsonOutput.toJson(srcmap) echo "srcmap: $srcmap" } // stage("docker image")