Add FUZZING_LANGUAGE to build step. (#3835)

This commit is contained in:
Abhishek Arya 2020-05-17 20:39:00 -07:00 committed by GitHub
parent 22443e5230
commit 3ffe0a9f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ def project_image_steps(name, image, language):
'.',
],
'dir': 'oss-fuzz/projects/' + name,
'env': ['FUZZING_LANGUAGE=%s' % language],
}, {
'name':
image,