Title: [222370] trunk/Tools
Revision
222370
Author
[email protected]
Date
2017-09-21 17:16:55 -0700 (Thu, 21 Sep 2017)

Log Message

Change architecture for ios-ews queue to arm64.
https://bugs.webkit.org/show_bug.cgi?id=177332

Reviewed by Alexey Proskuryakov.

* Scripts/webkitpy/common/config/ews.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (222369 => 222370)


--- trunk/Tools/ChangeLog	2017-09-21 23:56:17 UTC (rev 222369)
+++ trunk/Tools/ChangeLog	2017-09-22 00:16:55 UTC (rev 222370)
@@ -1,3 +1,12 @@
+2017-09-21  Ryan Haddad  <[email protected]>
+
+        Change architecture for ios-ews queue to arm64.
+        https://bugs.webkit.org/show_bug.cgi?id=177332
+
+        Reviewed by Alexey Proskuryakov.
+
+        * Scripts/webkitpy/common/config/ews.json:
+
 2017-09-21  Tim Horton  <[email protected]>
 
         Use 'ninja' from the SDK if it exists

Modified: trunk/Tools/Scripts/webkitpy/common/config/ews.json (222369 => 222370)


--- trunk/Tools/Scripts/webkitpy/common/config/ews.json	2017-09-21 23:56:17 UTC (rev 222369)
+++ trunk/Tools/Scripts/webkitpy/common/config/ews.json	2017-09-22 00:16:55 UTC (rev 222370)
@@ -14,7 +14,7 @@
     "iOS EWS": {
         "port": "ios-device",
         "name": "ios-ews",
-        "architecture": "armv7s"
+        "architecture": "arm64"
     },
     "iOS Simulator EWS": {
         "port": "ios-simulator-wk2",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to