mirror of https://github.com/google/oss-fuzz.git
[infra] running container
This commit is contained in:
parent
a58c0d8f65
commit
306f8c6321
|
@ -70,7 +70,7 @@ def call(body) {
|
|||
|
||||
sh "mkdir -p $out"
|
||||
sh "ls -alR $workspace/"
|
||||
sh "docker run -v $workspace:/workspace -v $out:/out -e sanitizer_flags=\"-fsanitize=$sanitizer\" -t $dockerTag /bin/bash -c \"ls -alR /workspace\""
|
||||
sh "docker run -v $workspace:/workspace -v $out:/out -e sanitizer_flags=\"-fsanitize=$sanitizer\" -t $dockerTag"
|
||||
sh "zip -j $zipFile $out/*"
|
||||
sh "gsutil cp $zipFile gs://clusterfuzz-builds/$projectName/"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue