Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 615902
Collapse All | Expand All

(-)chromium-58.0.3029.19.ebuild (-1 / +1 lines)
Lines 506-512 Link Here
506
506
507
	einfo "Configuring Chromium..."
507
	einfo "Configuring Chromium..."
508
	# TODO: bootstrapped gn binary hangs when using tcmalloc with portage's sandbox.
508
	# TODO: bootstrapped gn binary hangs when using tcmalloc with portage's sandbox.
509
	tools/gn/bootstrap/bootstrap.py -v --gn-gen-args "${myconf_gn} use_allocator=\"none\"" || die
509
	tools/gn/bootstrap/bootstrap.py -v --gn-gen-args "${myconf_gn} use_allocator=\"none\"" --no-clean || die
510
	myconf_gn+=" use_allocator=$(usex tcmalloc \"tcmalloc\" \"none\")"
510
	myconf_gn+=" use_allocator=$(usex tcmalloc \"tcmalloc\" \"none\")"
511
	out/Release/gn gen --args="${myconf_gn}" out/Release || die
511
	out/Release/gn gen --args="${myconf_gn}" out/Release || die
512
}
512
}

Return to bug 615902