Title: [202215] trunk/Tools
- Revision
- 202215
- Author
- [email protected]
- Date
- 2016-06-19 13:35:03 -0700 (Sun, 19 Jun 2016)
Log Message
Another buid fix for master.cfg.
* BuildSlaveSupport/build.webkit.org-config/master.cfg:
(CompileWebKit.start):
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (202214 => 202215)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg 2016-06-19 19:42:18 UTC (rev 202214)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg 2016-06-19 20:35:03 UTC (rev 202215)
@@ -221,7 +221,7 @@
self.setCommand(self.command + ['_ONLY_ACTIVE_ARCH_=NO'])
# Generating dSYM files is slow, but these are needed to have line numbers in crash reports on testers.
# Debug builds on Yosemite can't use dSYMs, because crash logs end up unsymbolicated.
- if platform in ('mac', 'ios') and buildOnly and (fullPlatform != "mac-yosemite" or configuration != "debug"):
+ if platform in ('mac', 'ios') and buildOnly and (self.getProperty('fullPlatform') != "mac-yosemite" or configuration != "debug"):
self.setCommand(self.command + ['DEBUG_INFORMATION_FORMAT=dwarf-with-dsym'])
appendCustomBuildFlags(self, platform, self.getProperty('fullPlatform'))
Modified: trunk/Tools/ChangeLog (202214 => 202215)
--- trunk/Tools/ChangeLog 2016-06-19 19:42:18 UTC (rev 202214)
+++ trunk/Tools/ChangeLog 2016-06-19 20:35:03 UTC (rev 202215)
@@ -1,3 +1,10 @@
+2016-06-19 Alexey Proskuryakov <[email protected]>
+
+ Another buid fix for master.cfg.
+
+ * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+ (CompileWebKit.start):
+
2016-06-19 Lucas Forschler <[email protected]>
Fix master.cfg
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes