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

Unified Diff: scripts/slave/recipes/swarming/deterministic_build.py

Issue 871603002: Reenable goma on OSX now that pnacl issues are fixed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 11 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 | scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic_build.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/swarming/deterministic_build.py
diff --git a/scripts/slave/recipes/swarming/deterministic_build.py b/scripts/slave/recipes/swarming/deterministic_build.py
index 33daeb0fce232cb583dad82561176f2fdc190882..d45ef02f0649b3023f13f483e88890720ea4ac19 100644
--- a/scripts/slave/recipes/swarming/deterministic_build.py
+++ b/scripts/slave/recipes/swarming/deterministic_build.py
@@ -53,9 +53,7 @@ DETERMINISTIC_BUILDERS = freeze({
'platform': 'linux',
},
'Mac deterministic build': {
- # TODO(sebmarchand): Reactivate goma once the indeterminism coming from
- # it has been fixed.
- 'chromium_config': 'chromium_no_goma',
+ 'chromium_config': 'chromium',
'gclient_config': 'chromium',
'platform': 'mac',
},
« no previous file with comments | « no previous file | scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic_build.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698