Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(342)

Unified Diff: parallel_emerge

Issue 4243003: Add chromeos-chrome to rebuild blacklist for faster builds. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: parallel_emerge
diff --git a/parallel_emerge b/parallel_emerge
index 37214241e17f41150c97790830c8de317d9b5988..acf17fb2d67493130f23a241ba5b8ccf76af4298 100755
--- a/parallel_emerge
+++ b/parallel_emerge
@@ -638,7 +638,8 @@ class DepGraphGenerator(object):
# are blacklisting them from automatic rebuilds because one of their
# dependencies needs to be recompiled.
rebuild_blacklist = set()
- for pkg in ("media-plugins/o3d", "dev-java/icedtea"):
+ for pkg in ("chromeos-base/chromeos-chrome", "media-plugins/o3d",
+ "dev-java/icedtea"):
for match in final_db.match_pkgs(pkg):
rebuild_blacklist.add(str(match.cpv))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698