mirror of https://github.com/google/oss-fuzz.git
Add FUZZING_LANGUAGE to build step. (#3835)
This commit is contained in:
parent
22443e5230
commit
3ffe0a9f5a
|
@ -184,6 +184,7 @@ def project_image_steps(name, image, language):
|
|||
'.',
|
||||
],
|
||||
'dir': 'oss-fuzz/projects/' + name,
|
||||
'env': ['FUZZING_LANGUAGE=%s' % language],
|
||||
}, {
|
||||
'name':
|
||||
image,
|
||||
|
|
Loading…
Reference in New Issue