mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 13:14:29 +02:00
build: disabled -qq
for apt-get in build.py
This commit is contained in:
2
build.py
2
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
|
||||
|
Reference in New Issue
Block a user