Title: [264358] trunk/Tools
Revision
264358
Author
[email protected]
Date
2020-07-14 11:38:46 -0700 (Tue, 14 Jul 2020)

Log Message

[ews] watchos should build both arm64_32 and armv7k architectures
https://bugs.webkit.org/show_bug.cgi?id=214279

Reviewed by Darin Adler.

* BuildSlaveSupport/ews-build/config.json:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/ews-build/config.json (264357 => 264358)


--- trunk/Tools/BuildSlaveSupport/ews-build/config.json	2020-07-14 18:31:08 UTC (rev 264357)
+++ trunk/Tools/BuildSlaveSupport/ews-build/config.json	2020-07-14 18:38:46 UTC (rev 264358)
@@ -442,7 +442,7 @@
       "factory": "watchOSBuildFactory",
       "platform": "watchos-6",
       "configuration": "release",
-      "architectures": ["arm64_32"],
+      "architectures": ["arm64_32", "armv7k"],
       "workernames": ["ews163", "ews164", "ews165"]
     },
     {

Modified: trunk/Tools/ChangeLog (264357 => 264358)


--- trunk/Tools/ChangeLog	2020-07-14 18:31:08 UTC (rev 264357)
+++ trunk/Tools/ChangeLog	2020-07-14 18:38:46 UTC (rev 264358)
@@ -1,3 +1,12 @@
+2020-07-14  Aakash Jain  <[email protected]>
+
+        [ews] watchos should build both arm64_32 and armv7k architectures
+        https://bugs.webkit.org/show_bug.cgi?id=214279
+
+        Reviewed by Darin Adler.
+
+        * BuildSlaveSupport/ews-build/config.json:
+
 2020-07-14  Kate Cheney  <[email protected]>
 
         [ macOS iOS ] http/tests/resourceLoadStatistics/telemetry-generation-basic-functionality-database.html is a rare flaky failure
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to