[gnome-builder] pipeline: ignore V=1 from configurations
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] pipeline: ignore V=1 from configurations
- Date: Sat, 25 Mar 2017 01:05:31 +0000 (UTC)
commit 8eee495ae9601e8a27e91ba76903d0509a7de5ad
Author: Christian Hergert <chergert redhat com>
Date: Fri Mar 24 18:05:02 2017 -0700
pipeline: ignore V=1 from configurations
We pretty much always want reduced output when building, because things
like flatpak will want verbose for C-I, but that is not appropriate for
inside of Builder.
libide/buildsystem/ide-build-pipeline.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libide/buildsystem/ide-build-pipeline.c b/libide/buildsystem/ide-build-pipeline.c
index 9219feb..6801e96 100644
--- a/libide/buildsystem/ide-build-pipeline.c
+++ b/libide/buildsystem/ide-build-pipeline.c
@@ -1924,6 +1924,8 @@ ide_build_pipeline_create_launcher (IdeBuildPipeline *self,
ide_subprocess_launcher_set_clear_env (ret, TRUE);
ide_subprocess_launcher_overlay_environment (ret, env);
+ /* Always ignore V=1 from configurations */
+ ide_subprocess_launcher_setenv (ret, "V", "0", TRUE);
ide_subprocess_launcher_set_cwd (ret, ide_build_pipeline_get_builddir (self));
ide_subprocess_launcher_set_flags (ret,
(G_SUBPROCESS_FLAGS_STDERR_PIPE |
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]