Title: [283749] trunk/Tools
Revision
283749
Author
[email protected]
Date
2021-10-07 15:50:17 -0700 (Thu, 07 Oct 2021)

Log Message

[tvOS] Build simulator for arm64
https://bugs.webkit.org/show_bug.cgi?id=231390
<rdar://problem/83998448>

Reviewed by Alexey Proskuryakov.

* CISupport/build-webkit-org/config.json: Change tvOS simulator build to arm64.
* CISupport/ews-build/config.json: Ditto.

Modified Paths

Diff

Modified: trunk/Tools/CISupport/build-webkit-org/config.json (283748 => 283749)


--- trunk/Tools/CISupport/build-webkit-org/config.json	2021-10-07 22:27:52 UTC (rev 283748)
+++ trunk/Tools/CISupport/build-webkit-org/config.json	2021-10-07 22:50:17 UTC (rev 283749)
@@ -314,7 +314,7 @@
                     },
                     {
                       "name": "Apple-tvOS-Simulator-15-Release-Build", "factory": "BuildFactory", "builddir": "tvos-simulator-15-release",
-                      "platform": "tvos-simulator-15", "configuration": "release", "architectures": ["x86_64"],
+                      "platform": "tvos-simulator-15", "configuration": "release", "architectures": ["arm64"],
                       "workernames": ["bot608"]
                     },
                     {

Modified: trunk/Tools/CISupport/ews-build/config.json (283748 => 283749)


--- trunk/Tools/CISupport/ews-build/config.json	2021-10-07 22:27:52 UTC (rev 283748)
+++ trunk/Tools/CISupport/ews-build/config.json	2021-10-07 22:50:17 UTC (rev 283749)
@@ -214,7 +214,7 @@
     {
       "name": "tvOS-14-Simulator-Build-EWS", "shortname": "tv-sim", "icon": "buildOnly",
       "factory": "tvOSBuildFactory", "platform": "tvos-simulator-14",
-      "configuration": "release", "architectures": ["x86_64"],
+      "configuration": "release", "architectures": ["arm64"],
       "workernames": ["ews168", "ews170"]
     },
     {

Modified: trunk/Tools/ChangeLog (283748 => 283749)


--- trunk/Tools/ChangeLog	2021-10-07 22:27:52 UTC (rev 283748)
+++ trunk/Tools/ChangeLog	2021-10-07 22:50:17 UTC (rev 283749)
@@ -1,3 +1,14 @@
+2021-10-07  Jonathan Bedard  <[email protected]>
+
+        [tvOS] Build simulator for arm64
+        https://bugs.webkit.org/show_bug.cgi?id=231390
+        <rdar://problem/83998448>
+
+        Reviewed by Alexey Proskuryakov.
+
+        * CISupport/build-webkit-org/config.json: Change tvOS simulator build to arm64.
+        * CISupport/ews-build/config.json: Ditto.
+
 2021-10-07  Tim Horton  <[email protected]>
 
         BifurcatedGraphicsContext doesn't bifurcate draw{Tiled}Image
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to