Title: [111193] trunk/Tools
- Revision
- 111193
- Author
- [email protected]
- Date
- 2012-03-19 09:43:26 -0700 (Mon, 19 Mar 2012)
Log Message
Adjust architecture type of the EFL build bot.
https://bugs.webkit.org/show_bug.cgi?id=81452
Patch by Raphael Kubo da Costa <[email protected]> on 2012-03-19
Reviewed by Tony Chang.
* BuildSlaveSupport/build.webkit.org-config/config.json: The
buildslave is a 64-bit machine, therefore describe it as being
x86_64, not i386.
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (111192 => 111193)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2012-03-19 16:37:36 UTC (rev 111192)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2012-03-19 16:43:26 UTC (rev 111193)
@@ -285,7 +285,7 @@
},
{
"name": "EFL Linux Release", "type": "BuildAndTest", "builddir": "efl-linux-release",
- "platform": "efl", "configuration": "release", "architectures": ["i386"],
+ "platform": "efl", "configuration": "release", "architectures": ["x86_64"],
"slavenames": ["efl-linux-slave-1"]
}
],
Modified: trunk/Tools/ChangeLog (111192 => 111193)
--- trunk/Tools/ChangeLog 2012-03-19 16:37:36 UTC (rev 111192)
+++ trunk/Tools/ChangeLog 2012-03-19 16:43:26 UTC (rev 111193)
@@ -1,3 +1,14 @@
+2012-03-19 Raphael Kubo da Costa <[email protected]>
+
+ Adjust architecture type of the EFL build bot.
+ https://bugs.webkit.org/show_bug.cgi?id=81452
+
+ Reviewed by Tony Chang.
+
+ * BuildSlaveSupport/build.webkit.org-config/config.json: The
+ buildslave is a 64-bit machine, therefore describe it as being
+ x86_64, not i386.
+
2012-03-19 Alexander Færøy <[email protected]>
[Qt] printLoadedUrls prints "Object" instead of the actual URL.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes