mirror of https://github.com/google/oss-fuzz.git
Revert "infra/helper: persist /root directory via bind mount." (#1133)
* Revert "[Envoy] Add project. (#1130)" This reverts commitd0fc0203d2
. * Revert "Fix Skia compile (#1132)" This reverts commit4bf9e7f8fc
. * Revert "Propose graphics magick for inclusion in OSS-Fuzz (#1131)" This reverts commitcb277ccb68
. * Revert "[json-c] Add project (#1123)" This reverts commit31b00466ff
. * Revert "[infra] Update upload URL timeout to be the same as build timeout (#1112)" This reverts commit92152969c5
. * Revert "infra/helper: persist /root directory via bind mount. (#1125)" This reverts commitb77745ab6c
.
This commit is contained in:
parent
d0fc0203d2
commit
9761e6519d
|
@ -309,7 +309,6 @@ def build_fuzzers(args):
|
|||
'%s:/src/%s' % (_get_absolute_path(args.source_path), args.project_name)
|
||||
]
|
||||
command += [
|
||||
'-v', '%s:/root' % os.path.join(BUILD_DIR, 'root', project_name),
|
||||
'-v', '%s:/out' % os.path.join(BUILD_DIR, 'out', project_name),
|
||||
'-v', '%s:/work' % os.path.join(BUILD_DIR, 'work', project_name),
|
||||
'-t', 'gcr.io/oss-fuzz/%s' % project_name
|
||||
|
|
Loading…
Reference in New Issue