From c00d98d6e1be95c4f34dae15ff62de3cb843d457 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 14 Sep 2020 10:22:46 +0200 Subject: [PATCH] build: disabled `-qq` for apt-get in build.py --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index cffae86b..ddc3a801 100644 --- a/build.py +++ b/build.py @@ -14,7 +14,7 @@ if __name__ == "__main__": build_policy = ["mp-units", "outdated"], upload_dependencies = "all", pip_install = ["sphinx", "recommonmark", "breathe"], - docker_entry_script = "sudo apt-get -qq update && sudo apt-get -qq install -y libtinfo5", + docker_entry_script = "sudo apt-get -qq update && sudo apt-get install -y libtinfo5", # build configurations archs = ["x86_64"], # limit to 64-bit only