Skip to content

Commit 17651f0

Browse files
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! git-svn-id: http://svn.webkit.org/repository/webkit/trunk@222540 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 6a6af9b commit 17651f0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Tools/BuildSlaveSupport/build.webkit.org-config/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
},
192192
{ "name": "Apple El Capitan CMake Debug (Build)", "type": "Build", "builddir": "elcapitan-cmake-debug",
193193
"platform": "mac-elcapitan", "configuration": "debug", "architectures": ["x86_64"],
194-
"additionalArguments": ["--cmake"],
194+
"additionalArguments": ["--cmake", "--verbose"],
195195
"slavenames": ["bot170"]
196196
},
197197
{ "name": "Apple El Capitan Debug JSC (Tests)", "type": "TestJSC", "builddir": "elcapitan-debug-tests-jsc",

Tools/ChangeLog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2017-09-26 Tim Horton <[email protected]>
2+
3+
Mac CMake bot should provide verbose build output
4+
https://bugs.webkit.org/show_bug.cgi?id=177512
5+
6+
Reviewed by Alexey Proskuryakov.
7+
8+
* BuildSlaveSupport/build.webkit.org-config/config.json:
9+
It's hard to diagnose weird bot-only build problems without the
10+
full verbose build output, so turn that on. The Xcode builders
11+
do it too, so why not CMake!
12+
113
2017-09-26 Tim Horton <[email protected]>
214

315
Make it possible to easily get verbose ninja output from build-webkit

0 commit comments

Comments
 (0)