[gnome-builder/wip/gtk4-port] plugins/jhbuild: ensure run command is on host



commit a9790dcc0f85e362d2296304eb35d072cfdbf5a6
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jun 28 12:06:28 2022 -0700

    plugins/jhbuild: ensure run command is on host
    
    We need to escape to the host before running `jhbuild run`.

 src/plugins/jhbuild/gbp-jhbuild-runtime.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/plugins/jhbuild/gbp-jhbuild-runtime.c b/src/plugins/jhbuild/gbp-jhbuild-runtime.c
index c7f779a37..0ff7a3d14 100644
--- a/src/plugins/jhbuild/gbp-jhbuild-runtime.c
+++ b/src/plugins/jhbuild/gbp-jhbuild-runtime.c
@@ -124,6 +124,7 @@ gbp_jhbuild_runtime_prepare_run_context (IdeRuntime    *runtime,
   g_assert (IDE_IS_PIPELINE (pipeline));
   g_assert (IDE_IS_RUN_CONTEXT (run_context));
 
+  ide_run_context_push_host (run_context);
   ide_run_context_push (run_context,
                         gbp_jhbuild_runtime_run_handler,
                         g_object_ref (self),


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