Title: [191747] trunk/Tools
Revision
191747
Author
[email protected]
Date
2015-10-29 12:39:30 -0700 (Thu, 29 Oct 2015)

Log Message

Teach JSC bots to build 32bit instead of x86_64
        
Reviewed by Mark Lam.

* BuildSlaveSupport/build.webkit.org-config/config.json:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (191746 => 191747)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2015-10-29 19:35:31 UTC (rev 191746)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2015-10-29 19:39:30 UTC (rev 191747)
@@ -179,7 +179,7 @@
                       "slavenames": ["bot136"]
                     },
                     { "name": "Apple Mavericks 32-bit JSC (BuildAndTest)", "type": "BuildAndTest32bitJSC", "builddir": "mavericks-32bitJSC-debug",
-                      "platform": "mac-mavericks", "configuration": "debug", "architectures": ["x86_64"],
+                      "platform": "mac-mavericks", "configuration": "debug", "architectures": ["i386"],
                       "slavenames": ["bot629"]
                     },
                     { "name": "Apple Mavericks Release (Build)", "type": "Build", "builddir": "mavericks-release",
@@ -226,7 +226,7 @@
                       "slavenames": ["bot186"]
                     },
                     { "name": "Apple Yosemite 32-bit JSC (BuildAndTest)", "type": "BuildAndTest32bitJSC", "builddir": "yosemite-32bitJSC-debug",
-                      "platform": "mac-yosemite", "configuration": "debug", "architectures": ["x86_64"],
+                      "platform": "mac-yosemite", "configuration": "debug", "architectures": ["i386"],
                       "slavenames": ["bot187"]
                     },
                     { "name": "Apple Yosemite Release (Build)", "type": "Build", "builddir": "yosemite-release",

Modified: trunk/Tools/ChangeLog (191746 => 191747)


--- trunk/Tools/ChangeLog	2015-10-29 19:35:31 UTC (rev 191746)
+++ trunk/Tools/ChangeLog	2015-10-29 19:39:30 UTC (rev 191747)
@@ -1,3 +1,11 @@
+2015-10-29  Lucas Forschler  <[email protected]>
+
+        Teach JSC bots to build 32bit instead of x86_64
+        
+        Reviewed by Mark Lam.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2015-10-29  Per Arne Vollan  <[email protected]>
 
         [WinCairo] Fall back to AppleWin results in layout tests.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to