Title: [264366] trunk/Tools
Revision
264366
Author
aakash_j...@apple.com
Date
2020-07-14 12:10:48 -0700 (Tue, 14 Jul 2020)

Log Message

[build.webkit.org] watchos should build both arm64_32 and armv7k architectures
https://bugs.webkit.org/show_bug.cgi?id=214310

Reviewed by Jonathan Bedard.

* BuildSlaveSupport/build.webkit.org-config/config.json:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (264365 => 264366)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2020-07-14 19:02:42 UTC (rev 264365)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2020-07-14 19:10:48 UTC (rev 264366)
@@ -250,7 +250,7 @@
                     },
                     {
                       "name": "Apple-watchOS-6-Release-Build", "type": "Build", "builddir": "watchos-13-release",
-                      "platform": "watchos-6", "configuration": "release", "architectures": ["arm64_32"],
+                      "platform": "watchos-6", "configuration": "release", "architectures": ["arm64_32", "armv7k"],
                       "slavenames": ["bot609"]
                     },
                     {

Modified: trunk/Tools/ChangeLog (264365 => 264366)


--- trunk/Tools/ChangeLog	2020-07-14 19:02:42 UTC (rev 264365)
+++ trunk/Tools/ChangeLog	2020-07-14 19:10:48 UTC (rev 264366)
@@ -1,5 +1,14 @@
 2020-07-14  Aakash Jain  <aakash_j...@apple.com>
 
+        [build.webkit.org] watchos should build both arm64_32 and armv7k architectures
+        https://bugs.webkit.org/show_bug.cgi?id=214310
+
+        Reviewed by Jonathan Bedard.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
+2020-07-14  Aakash Jain  <aakash_j...@apple.com>
+
         [ews] watchos should build both arm64_32 and armv7k architectures
         https://bugs.webkit.org/show_bug.cgi?id=214279
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to