From 9761e6519d6c0f5fc23e650f85a7cab0d53b5a6a Mon Sep 17 00:00:00 2001 From: htuch Date: Fri, 2 Feb 2018 15:51:22 -0500 Subject: [PATCH] Revert "infra/helper: persist /root directory via bind mount." (#1133) * Revert "[Envoy] Add project. (#1130)" This reverts commit d0fc0203d2c9c30f5de23ef503e7f69ed74b334b. * Revert "Fix Skia compile (#1132)" This reverts commit 4bf9e7f8fc51c358fc3721dcb4dbabb9a5dedf4c. * Revert "Propose graphics magick for inclusion in OSS-Fuzz (#1131)" This reverts commit cb277ccb68b61502688168c01daf091e27a3b941. * Revert "[json-c] Add project (#1123)" This reverts commit 31b00466ffc676d208c67426936a75a8d611103e. * Revert "[infra] Update upload URL timeout to be the same as build timeout (#1112)" This reverts commit 92152969c58437a8ddff9ae31e5529e86eb97d8e. * Revert "infra/helper: persist /root directory via bind mount. (#1125)" This reverts commit b77745ab6c663ed6ebcd92cc2c1cb40d8e385989. --- infra/helper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/helper.py b/infra/helper.py index e09e40047..5bb125ba9 100755 --- a/infra/helper.py +++ b/infra/helper.py @@ -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