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

Unified Diff: masters/master.chromium.swarm/master.cfg

Issue 734673003: Work around an issue with NaCl build with long path name. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 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: masters/master.chromium.swarm/master.cfg
diff --git a/masters/master.chromium.swarm/master.cfg b/masters/master.chromium.swarm/master.cfg
index 58e5be15fd38d5cf99ba243f1946e96d5a737ccd..69265ca88ba51d2d78c2e0762af950216283bcc1 100644
--- a/masters/master.chromium.swarm/master.cfg
+++ b/masters/master.chromium.swarm/master.cfg
@@ -74,6 +74,8 @@ def RecipeBasedFactory(config):
def DeterministicBuilderFactory(platform):
return {
'name': '%s deterministic build' % platform,
+ # Work around an issue with NaCl build.
+ 'slavebuilddir': 'chr',
'factory': annotator_factory.AnnotatorFactory().BaseFactory(
'swarming/deterministic_build',
factory_properties = {
« 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