Title: [222540] trunk/Tools
- Revision
- 222540
- Author
- [email protected]
- Date
- 2017-09-26 18:33:03 -0700 (Tue, 26 Sep 2017)
Log Message
Mac CMake bot should provide verbose build output
https://bugs.webkit.org/show_bug.cgi?id=177512
Reviewed by Alexey Proskuryakov.
* BuildSlaveSupport/build.webkit.org-config/config.json:
It's hard to diagnose weird bot-only build problems without the
full verbose build output, so turn that on. The Xcode builders
do it too, so why not CMake!
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (222539 => 222540)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2017-09-27 01:15:07 UTC (rev 222539)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2017-09-27 01:33:03 UTC (rev 222540)
@@ -191,7 +191,7 @@
},
{ "name": "Apple El Capitan CMake Debug (Build)", "type": "Build", "builddir": "elcapitan-cmake-debug",
"platform": "mac-elcapitan", "configuration": "debug", "architectures": ["x86_64"],
- "additionalArguments": ["--cmake"],
+ "additionalArguments": ["--cmake", "--verbose"],
"slavenames": ["bot170"]
},
{ "name": "Apple El Capitan Debug JSC (Tests)", "type": "TestJSC", "builddir": "elcapitan-debug-tests-jsc",
Modified: trunk/Tools/ChangeLog (222539 => 222540)
--- trunk/Tools/ChangeLog 2017-09-27 01:15:07 UTC (rev 222539)
+++ trunk/Tools/ChangeLog 2017-09-27 01:33:03 UTC (rev 222540)
@@ -1,5 +1,17 @@
2017-09-26 Tim Horton <[email protected]>
+ Mac CMake bot should provide verbose build output
+ https://bugs.webkit.org/show_bug.cgi?id=177512
+
+ Reviewed by Alexey Proskuryakov.
+
+ * BuildSlaveSupport/build.webkit.org-config/config.json:
+ It's hard to diagnose weird bot-only build problems without the
+ full verbose build output, so turn that on. The Xcode builders
+ do it too, so why not CMake!
+
+2017-09-26 Tim Horton <[email protected]>
+
Make it possible to easily get verbose ninja output from build-webkit
https://bugs.webkit.org/show_bug.cgi?id=177511
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes