don't do garbage collection there
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1349 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -859,8 +859,6 @@ def portage_doebuild(myebuild, mydo, tree, cpv, portage_tmpdir = None, licenses
|
||||
portageRoots[mypath] = vartree
|
||||
|
||||
rc = portage.doebuild(myebuild = str(myebuild), mydo = str(mydo), myroot = mypath, tree = tree, mysettings = mysettings, mydbapi = mydbapi, vartree = vartree, use_cache = 0) ### FIXME: add support for cache_overlay
|
||||
# avoid python/portage memleaks
|
||||
import gc; gc.collect()
|
||||
|
||||
# if mute, restore old stdout/stderr
|
||||
if etpUi['mute']:
|
||||
|
||||
Reference in New Issue
Block a user