[gnome-builder/gnome-builder-43] libide/foundry: make sure clean commands connect to PTY
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-43] libide/foundry: make sure clean commands connect to PTY
- Date: Thu, 29 Sep 2022 04:10:56 +0000 (UTC)
commit 9d21c4782d785665688b953ae3ad01cdc832bead
Author: Christian Hergert <chergert redhat com>
Date: Wed Sep 28 21:03:54 2022 -0700
libide/foundry: make sure clean commands connect to PTY
src/libide/foundry/ide-pipeline-stage-command.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/libide/foundry/ide-pipeline-stage-command.c b/src/libide/foundry/ide-pipeline-stage-command.c
index 60d8e47e1..29f8145fc 100644
--- a/src/libide/foundry/ide-pipeline-stage-command.c
+++ b/src/libide/foundry/ide-pipeline-stage-command.c
@@ -186,6 +186,8 @@ ide_pipeline_stage_command_clean_async (IdePipelineStage *stage,
run_context = ide_pipeline_create_run_context (pipeline, priv->clean_command);
+ _ide_pipeline_attach_pty_to_run_context (pipeline, run_context);
+
if (!(subprocess = ide_run_context_spawn (run_context, &error)))
{
ide_task_return_error (task, g_steal_pointer (&error));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]