Skip to content

Commit

Permalink
compat: Suppress configure() progress feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Apr 11, 2024
1 parent d659875 commit f14e65e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compat/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ def compile(builddir: Path, top_builddir: Path):
"-Dagent_emulated_legacy=",
*options,
],
call_meson=call_internal_meson)
call_meson=call_internal_meson,
on_progress=lambda progress: None)

make(sourcedir=REPO_ROOT,
builddir=workdir,
Expand Down

0 comments on commit f14e65e

Please sign in to comment.