[gnome-builder/wip/gtk4-port: 1645/1774] libide/foundry: don't use --share-pids




commit 9146f800075f31cf380630fedbb2df1c7d707504
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jun 24 03:51:10 2022 -0700

    libide/foundry: don't use --share-pids
    
    It is not compatible with --host.

 src/libide/foundry/ide-run-context.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/libide/foundry/ide-run-context.c b/src/libide/foundry/ide-run-context.c
index 92c4bd29c..396b9817d 100644
--- a/src/libide/foundry/ide-run-context.c
+++ b/src/libide/foundry/ide-run-context.c
@@ -188,7 +188,6 @@ ide_run_context_host_handler (IdeRunContext       *self,
   ide_run_context_append_argv (self, "flatpak-spawn");
   ide_run_context_append_argv (self, "--host");
   ide_run_context_append_argv (self, "--clear-env");
-  ide_run_context_append_argv (self, "--share-pids");
   ide_run_context_append_argv (self, "--watch-bus");
 
   if (env != NULL)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]