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

Unified Diff: scripts/slave/compile.py

Issue 2856030: [Mac] remove -parallelizeTargets since causes xcode to sometimes build an inv... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/buildbot/
Patch Set: Created 10 years, 6 months 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: scripts/slave/compile.py
===================================================================
--- scripts/slave/compile.py (revision 51523)
+++ scripts/slave/compile.py (working copy)
@@ -56,12 +56,6 @@
options.solution = 'all.xcodeproj'
command.extend(['-project', options.solution])
- # With the 3.2.x toolchain, it seems xcodebuild doesn't honor the project's
- # BuildIndependentTargetsInParallel setting (the IDE does). Work around this
- # by directly adding the command line argument to force parallel target
- # building. (radr://8150925)
- command.extend(['-parallelizeTargets'])
-
# Most of the bot hostnames are in the pattern of "base####.subnet.domain".
# To use the "base" and "subnet" to pull a list of distccd servers to use the
# that bot. That way, the files can easily be tweaked to affect all of the
« 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