Changeset 222370 in webkit


Ignore:
Timestamp:
Sep 21, 2017, 5:16:55 PM (8 years ago)
Author:
Ryan Haddad
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Tools/ChangeLog

    r222364 r222370  
     12017-09-21  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Change architecture for ios-ews queue to arm64.
     4        https://bugs.webkit.org/show_bug.cgi?id=177332
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * Scripts/webkitpy/common/config/ews.json:
     9
    1102017-09-21  Tim Horton  <timothy_horton@apple.com>
    211
  • TabularUnified trunk/Tools/Scripts/webkitpy/common/config/ews.json

    r217555 r222370  
    1515        "port": "ios-device",
    1616        "name": "ios-ews",
    17         "architecture": "armv7s"
     17        "architecture": "arm64"
    1818    },
    1919    "iOS Simulator EWS": {
Note: See TracChangeset for help on using the changeset viewer.