[infra] helper: don't set BUILD_UID.

This commit is contained in:
Oliver Chang 2017-07-17 19:07:27 -07:00
parent 13e72229d2
commit 59ce244d97
1 changed files with 0 additions and 1 deletions

View File

@ -289,7 +289,6 @@ def build_fuzzers(args):
return 1
env = [
'BUILD_UID=%d' % os.getuid(),
'FUZZING_ENGINE=' + args.engine,
'SANITIZER=' + args.sanitizer
]