mirror of https://github.com/google/oss-fuzz.git
[infra] helper: don't set BUILD_UID.
This commit is contained in:
parent
13e72229d2
commit
59ce244d97
|
@ -289,7 +289,6 @@ def build_fuzzers(args):
|
|||
return 1
|
||||
|
||||
env = [
|
||||
'BUILD_UID=%d' % os.getuid(),
|
||||
'FUZZING_ENGINE=' + args.engine,
|
||||
'SANITIZER=' + args.sanitizer
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue