Skip to content

Commit

Permalink
Revert "infra/helper: persist /root directory via bind mount." (#1133)
Browse files Browse the repository at this point in the history
* Revert "[Envoy] Add project. (#1130)"

This reverts commit d0fc020.

* Revert "Fix Skia compile (#1132)"

This reverts commit 4bf9e7f.

* Revert "Propose graphics magick for inclusion in OSS-Fuzz (#1131)"

This reverts commit cb277cc.

* Revert "[json-c] Add project (#1123)"

This reverts commit 31b0046.

* Revert "[infra] Update upload URL timeout to be the same as build timeout (#1112)"

This reverts commit 9215296.

* Revert "infra/helper: persist /root directory via bind mount. (#1125)"

This reverts commit b77745a.
  • Loading branch information
htuch authored and kcc committed Feb 2, 2018
1 parent d0fc020 commit 9761e65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9761e65

Please sign in to comment.