Title: [237113] trunk/Tools
Revision
237113
Author
[email protected]
Date
2018-10-15 08:42:31 -0700 (Mon, 15 Oct 2018)

Log Message

[GTK] Disable MSE build support on Debian and Ubuntu LTS bots
https://bugs.webkit.org/show_bug.cgi?id=190581

Reviewed by Michael Catanzaro.

These bots don't use JHBuild and their host GStreamer version is
too old for the GStreamer MSE backend. Version 1.14 is needed at least.

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2018-10-15 15:34:39 UTC (rev 237112)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2018-10-15 15:42:31 UTC (rev 237113)
@@ -329,13 +329,13 @@
                     {
                       "name": "GTK Linux 64-bit Release Debian Stable (Build)", "type": "Build", "builddir": "gtk-linux-64-release-debian",
                       "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
-                      "additionalArguments": ["--no-experimental-features"],
+                      "additionalArguments": ["--no-experimental-features", "--no-media-source"],
                       "slavenames": ["gtk-linux-slave-10"]
                     },
                     {
                       "name": "GTK Linux 64-bit Release Ubuntu LTS (Build)", "type": "Build", "builddir": "gtk-linux-64-release-ubuntu",
                       "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
-                      "additionalArguments": ["--no-experimental-features"],
+                      "additionalArguments": ["--no-experimental-features", "--no-media-source"],
                       "slavenames": ["gtk-linux-slave-11"]
                     },
                     {

Modified: trunk/Tools/ChangeLog (237112 => 237113)


--- trunk/Tools/ChangeLog	2018-10-15 15:34:39 UTC (rev 237112)
+++ trunk/Tools/ChangeLog	2018-10-15 15:42:31 UTC (rev 237113)
@@ -1,3 +1,15 @@
+2018-10-15  Philippe Normand  <[email protected]>
+
+        [GTK] Disable MSE build support on Debian and Ubuntu LTS bots
+        https://bugs.webkit.org/show_bug.cgi?id=190581
+
+        Reviewed by Michael Catanzaro.
+
+        These bots don't use JHBuild and their host GStreamer version is
+        too old for the GStreamer MSE backend. Version 1.14 is needed at least.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2018-10-15  Alex Christensen  <[email protected]>
 
         Use pragma once in WTF
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to