mirror of https://github.com/google/oss-fuzz.git
[infra] updating oss-fuzz location
This commit is contained in:
parent
3d59d551e9
commit
025b572e5f
|
@ -43,7 +43,7 @@ def call(body) {
|
||||||
def dockerTag = "$projectName-$sanitizer"
|
def dockerTag = "$projectName-$sanitizer"
|
||||||
|
|
||||||
dir(sanitizer) {
|
dir(sanitizer) {
|
||||||
echo "*** Building with $sanitizer sanitizer"
|
stage name: "$sanitizer sanitizer"
|
||||||
|
|
||||||
// See JENKINS-33511
|
// See JENKINS-33511
|
||||||
sh 'pwd > pwd.current'
|
sh 'pwd > pwd.current'
|
||||||
|
@ -51,8 +51,8 @@ def call(body) {
|
||||||
def out = "$workspace/out"
|
def out = "$workspace/out"
|
||||||
|
|
||||||
if (needsOssFuzz) {
|
if (needsOssFuzz) {
|
||||||
dir('libfuzzer-bot') {
|
dir('oss-fuzz') {
|
||||||
git url: 'https://github.com/google/libfuzzer-bot/'
|
git url: 'https://github.com/google/oss-fuzz.git'
|
||||||
}
|
}
|
||||||
|
|
||||||
dir(checkoutDir) {
|
dir(checkoutDir) {
|
||||||
|
|
Loading…
Reference in New Issue