Title: [220238] trunk/Tools
Revision
220238
Author
[email protected]
Date
2017-08-03 16:17:41 -0700 (Thu, 03 Aug 2017)

Log Message

https://bugs.webkit.org/show_bug.cgi?id=174718

Modified Paths


Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2017-08-03 23:11:22 UTC (rev 220237)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2017-08-03 23:17:41 UTC (rev 220238)
@@ -894,7 +894,7 @@
         if triggers:
             self.addStep(ArchiveBuiltProduct())
             self.addStep(UploadBuiltProduct())
-            if platform.startswith('mac'):
+            if platform.startswith('mac') or platform.startswith('ios-simulator'):
                 self.addStep(ArchiveMinifiedBuiltProduct())
                 self.addStep(UploadMinifiedBuiltProduct())
             self.addStep(TransferToS3())

Modified: trunk/Tools/ChangeLog (220237 => 220238)


--- trunk/Tools/ChangeLog	2017-08-03 23:11:22 UTC (rev 220237)
+++ trunk/Tools/ChangeLog	2017-08-03 23:17:41 UTC (rev 220238)
@@ -1,3 +1,13 @@
+2017-08-03  Lucas Forschler  <[email protected]>
+
+        Enable archive minification on iOS builds
+        https://bugs.webkit.org/show_bug.cgi?id=174718
+        
+        Reviewed by Aakash Jain.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+        (BuildFactory.__init__):
+
 2017-08-03  Carlos Alberto Lopez Perez  <[email protected]>
 
         [GTK][WKE] Pass the --memory-limited option on the GTK and WPE buildbots for the JSC tests.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to