Title: [283904] trunk/Tools
Revision
283904
Author
jbed...@apple.com
Date
2021-10-11 10:00:51 -0700 (Mon, 11 Oct 2021)

Log Message

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

Reviewed by Ryan Haddad.

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

Modified Paths

Diff

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


--- trunk/Tools/CISupport/build-webkit-org/config.json	2021-10-11 16:58:40 UTC (rev 283903)
+++ trunk/Tools/CISupport/build-webkit-org/config.json	2021-10-11 17:00:51 UTC (rev 283904)
@@ -285,7 +285,7 @@
                     },
                     {
                       "name": "Apple-iOS-15-Simulator-Release-WK2-Tests", "factory": "TestAllButJSCFactory", "builddir": "ios-simulator-15-release-tests-wk2",
-                      "platform": "ios-simulator-15", "configuration": "release", "architectures": ["x86_64"], "device_model": "iphone",
+                      "platform": "ios-simulator-15", "configuration": "release", "architectures": ["x86_64", "arm64"], "device_model": "iphone",
                       "additionalArguments": ["--no-retry-failures"],
                       "workernames": ["bot651", "bot652"]
                     },
@@ -297,7 +297,7 @@
                     },
                     {
                       "name": "Apple-iPadOS-15-Simulator-Release-WK2-Tests", "factory": "TestAllButJSCFactory", "builddir": "ipados-simulator-15-release-tests-wk2",
-                      "platform": "ios-simulator-15", "configuration": "release", "architectures": ["x86_64"], "device_model": "ipad",
+                      "platform": "ios-simulator-15", "configuration": "release", "architectures": ["x86_64", "arm64"], "device_model": "ipad",
                       "additionalArguments": ["--no-retry-failures"],
                       "workernames": ["bot667"]
                     },

Modified: trunk/Tools/ChangeLog (283903 => 283904)


--- trunk/Tools/ChangeLog	2021-10-11 16:58:40 UTC (rev 283903)
+++ trunk/Tools/ChangeLog	2021-10-11 17:00:51 UTC (rev 283904)
@@ -1,3 +1,13 @@
+2021-10-11  Jonathan Bedard  <jbed...@apple.com>
+
+        [build.webkit.org] Build iOS 15 as universal binary (Follow-up fix)
+        https://bugs.webkit.org/show_bug.cgi?id=231389
+        <rdar://problem/83997697>
+
+        Reviewed by Ryan Haddad.
+
+        * CISupport/build-webkit-org/config.json: Use universal iOS 15 Simulator Release build.
+
 2021-10-10  Michael Catanzaro  <mcatanz...@gnome.org>
 
         [WPE] Expose WKTextCheckerSetContinuousSpellCheckingEnabled and use it from WKTR
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to