Title: [202213] trunk/Tools
Revision
202213
Author
[email protected]
Date
2016-06-19 11:26:52 -0700 (Sun, 19 Jun 2016)

Log Message

Fix master.cfg
        
Unreviewed build fix.

* BuildSlaveSupport/build.webkit.org-config/master.cfg:
(CompileWebKit.start):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (202212 => 202213)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2016-06-19 18:02:55 UTC (rev 202212)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2016-06-19 18:26:52 UTC (rev 202213)
@@ -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" || configuration != "debug"):
+        if platform in ('mac', 'ios') and buildOnly and (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 (202212 => 202213)


--- trunk/Tools/ChangeLog	2016-06-19 18:02:55 UTC (rev 202212)
+++ trunk/Tools/ChangeLog	2016-06-19 18:26:52 UTC (rev 202213)
@@ -1,5 +1,14 @@
 2016-06-19  Lucas Forschler  <[email protected]>
 
+        Fix master.cfg
+        
+        Unreviewed build fix.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+        (CompileWebKit.start):
+
+2016-06-19  Lucas Forschler  <[email protected]>
+
         Test another commit.
         
         Unreviewed.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to