Title: [269057] trunk/Tools
Revision
269057
Author
clo...@igalia.com
Date
2020-10-27 11:25:55 -0700 (Tue, 27 Oct 2020)

Log Message

[GTK] Don't disable MSE build support on Debian and Ubuntu LTS bots
https://bugs.webkit.org/show_bug.cgi?id=218247

Reviewed by Philippe Normand.

The version of gstreamer on this bots (Ubuntu-18.04 and Debian 10)
is now newer enough (1.14) to enable MSE support.

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

Modified Paths

Diff

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


--- trunk/Tools/CISupport/build.webkit.org-config/config.json	2020-10-27 17:59:07 UTC (rev 269056)
+++ trunk/Tools/CISupport/build.webkit.org-config/config.json	2020-10-27 18:25:55 UTC (rev 269057)
@@ -348,13 +348,13 @@
                     {
                       "name": "GTK-Linux-64-bit-Release-Debian-Stable-Build", "factory": "BuildFactory", "builddir": "gtk-linux-64-release-debian",
                       "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
-                      "additionalArguments": ["--no-experimental-features", "--no-media-source"],
+                      "additionalArguments": ["--no-experimental-features"],
                       "workernames": ["gtk-linux-bot-10"]
                     },
                     {
                       "name": "GTK-Linux-64-bit-Release-Ubuntu-LTS-Build", "factory": "BuildFactory", "builddir": "gtk-linux-64-release-ubuntu",
                       "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
-                      "additionalArguments": ["--no-experimental-features", "--no-media-source"],
+                      "additionalArguments": ["--no-experimental-features"],
                       "workernames": ["gtk-linux-bot-11"]
                     },
                     {

Modified: trunk/Tools/ChangeLog (269056 => 269057)


--- trunk/Tools/ChangeLog	2020-10-27 17:59:07 UTC (rev 269056)
+++ trunk/Tools/ChangeLog	2020-10-27 18:25:55 UTC (rev 269057)
@@ -1,3 +1,15 @@
+2020-10-27  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK] Don't disable MSE build support on Debian and Ubuntu LTS bots
+        https://bugs.webkit.org/show_bug.cgi?id=218247
+
+        Reviewed by Philippe Normand.
+
+        The version of gstreamer on this bots (Ubuntu-18.04 and Debian 10)
+        is now newer enough (1.14) to enable MSE support.
+
+        * CISupport/build.webkit.org-config/config.json:
+
 2020-10-27  Aakash Jain  <aakash_j...@apple.com>
 
         Rename BuildSlaveSupport to CISupport
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to