Title: [283746] trunk/Tools
Revision
283746
Author
jbed...@apple.com
Date
2021-10-07 15:12:34 -0700 (Thu, 07 Oct 2021)

Log Message

[build.webkit.org] Build iOS 15 as universal binary
https://bugs.webkit.org/show_bug.cgi?id=231389
<rdar://problem/83997697>

Reviewed by Ryan Haddad.

* CISupport/build-webkit-org/config.json: Make iOS 15 Simulator Release build universal.

Modified Paths

Diff

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


--- trunk/Tools/CISupport/build-webkit-org/config.json	2021-10-07 21:29:40 UTC (rev 283745)
+++ trunk/Tools/CISupport/build-webkit-org/config.json	2021-10-07 22:12:34 UTC (rev 283746)
@@ -57,12 +57,10 @@
                     { "name": "bot612", "platform": "*" },
                     { "name": "bot613", "platform": "*" },
                     { "name": "bot600", "platform": "*" },
-                    { "name": "bot614", "platform": "*" },
                     { "name": "bot684", "platform": "*" },
-                    { "name": "bot685", "platform": "*" },
 
-
                     { "name": "bot673", "platform": "ios-15" },
+                    { "name": "bot614", "platform": "ios-simulator-15" },
                     { "name": "bot651", "platform": "ios-simulator-15" },
                     { "name": "bot652", "platform": "ios-simulator-15" },
                     { "name": "bot653", "platform": "ios-simulator-15" },
@@ -69,6 +67,7 @@
                     { "name": "bot654", "platform": "ios-simulator-15" },
                     { "name": "bot641", "platform": "ios-simulator-15" },
                     { "name": "bot682", "platform": "ios-simulator-15" },
+                    { "name": "bot685", "platform": "ios-simulator-15" },
                     { "name": "bot694", "platform": "ios-simulator-15" },
                     { "name": "bot695", "platform": "ios-simulator-15" },
                     { "name": "bot667", "platform": "ios-simulator-15"},
@@ -274,9 +273,9 @@
                     },
                     {
                       "name": "Apple-iOS-15-Simulator-Release-Build", "factory": "BuildFactory", "builddir": "ios-simulator-15-release",
-                      "platform": "ios-simulator-15", "configuration": "release", "architectures": ["x86_64"],
+                      "platform": "ios-simulator-15", "configuration": "release", "architectures": ["x86_64", "arm64"],
                       "triggers": ["ios-simulator-15-release-tests-wk2", "ipados-simulator-15-release-tests-wk2"],
-                      "workernames": ["bot641", "bot682"]
+                      "workernames": ["bot614", "bot641", "bot682", "bot685"]
                     },
                     {
                       "name": "Apple-iOS-15-Simulator-Debug-Build", "factory": "BuildFactory", "builddir": "ios-simulator-15-debug",

Modified: trunk/Tools/ChangeLog (283745 => 283746)


--- trunk/Tools/ChangeLog	2021-10-07 21:29:40 UTC (rev 283745)
+++ trunk/Tools/ChangeLog	2021-10-07 22:12:34 UTC (rev 283746)
@@ -1,3 +1,13 @@
+2021-10-07  Jonathan Bedard  <jbed...@apple.com>
+
+        [build.webkit.org] Build iOS 15 as universal binary
+        https://bugs.webkit.org/show_bug.cgi?id=231389
+        <rdar://problem/83997697>
+
+        Reviewed by Ryan Haddad.
+
+        * CISupport/build-webkit-org/config.json: Make iOS 15 Simulator Release build universal.
+
 2021-10-07  Stephan Szabo  <stephan.sz...@sony.com>
 
         [WinCairo] Support run-jsc-stress-tests without posix commands
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to