mirror of https://github.com/google/oss-fuzz.git
[infra] disabling msan build for a while.
This commit is contained in:
parent
639050133f
commit
f36e9b176d
|
@ -18,3 +18,4 @@ FROM ossfuzz/base
|
||||||
MAINTAINER mike.aizatsky@gmail.com
|
MAINTAINER mike.aizatsky@gmail.com
|
||||||
RUN mkdir /out
|
RUN mkdir /out
|
||||||
VOLUME /out
|
VOLUME /out
|
||||||
|
ENV PATH "$PATH:/out"
|
||||||
|
|
|
@ -29,7 +29,7 @@ def call(body) {
|
||||||
|
|
||||||
// Optional configuration
|
// Optional configuration
|
||||||
def projectName = config["name"] ?: env.JOB_BASE_NAME
|
def projectName = config["name"] ?: env.JOB_BASE_NAME
|
||||||
def sanitizers = config["sanitizers"] ?: ["address", "memory"]
|
def sanitizers = config["sanitizers"] ?: ["address"]
|
||||||
def checkoutDir = config["checkoutDir"] ?: projectName
|
def checkoutDir = config["checkoutDir"] ?: projectName
|
||||||
def dockerContextDir = config["dockerContextDir"]
|
def dockerContextDir = config["dockerContextDir"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue