Title: [237176] trunk
Revision
237176
Author
[email protected]
Date
2018-10-16 01:47:39 -0700 (Tue, 16 Oct 2018)

Log Message

Unreviewed, GTK bots build fix

* Source/cmake/OptionsGTK.cmake: Disable Sandbox support until the
bots have all the needed dependencies installed.

Modified Paths

Diff

Modified: trunk/ChangeLog (237175 => 237176)


--- trunk/ChangeLog	2018-10-16 07:52:11 UTC (rev 237175)
+++ trunk/ChangeLog	2018-10-16 08:47:39 UTC (rev 237176)
@@ -1,3 +1,10 @@
+2018-10-16  Philippe Normand  <[email protected]>
+
+        Unreviewed, GTK bots build fix
+
+        * Source/cmake/OptionsGTK.cmake: Disable Sandbox support until the
+        bots have all the needed dependencies installed.
+
 2018-10-15  Justin Fan  <[email protected]>
 
         Add WebGPU 2018 feature flag and experimental feature flag

Modified: trunk/Source/cmake/OptionsGTK.cmake (237175 => 237176)


--- trunk/Source/cmake/OptionsGTK.cmake	2018-10-16 07:52:11 UTC (rev 237175)
+++ trunk/Source/cmake/OptionsGTK.cmake	2018-10-16 08:47:39 UTC (rev 237176)
@@ -118,11 +118,12 @@
     WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_RESOURCE_USAGE PRIVATE OFF)
 endif ()
 
-if (CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT EXISTS "/.flatpak-info")
-    WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_BUBBLEWRAP_SANDBOX PUBLIC ON)
-else ()
-    WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_BUBBLEWRAP_SANDBOX PRIVATE OFF)
-endif ()
+# Disable Sandbox support until the bots have all the needed dependencies installed.
+#if (CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT EXISTS "/.flatpak-info")
+#    WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_BUBBLEWRAP_SANDBOX PUBLIC ON)
+#else ()
+WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_BUBBLEWRAP_SANDBOX PRIVATE OFF)
+#endif ()
 
 # Public options shared with other WebKit ports. Do not add any options here
 # without approval from a GTK+ reviewer. There must be strong reason to support
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to