mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
Missing libtinfo5 installation added to build.py
This commit is contained in:
1
build.py
1
build.py
@ -15,6 +15,7 @@ if __name__ == "__main__":
|
|||||||
build_policy = ["mp-units", "outdated"],
|
build_policy = ["mp-units", "outdated"],
|
||||||
upload_dependencies = "all",
|
upload_dependencies = "all",
|
||||||
pip_install = ["sphinx", "recommonmark", "breathe"],
|
pip_install = ["sphinx", "recommonmark", "breathe"],
|
||||||
|
docker_entry_script = "sudo apt-get -qq update && sudo apt-get -qq install -y libtinfo5",
|
||||||
|
|
||||||
# build configurations
|
# build configurations
|
||||||
archs = ["x86_64"], # limit to 64-bit only
|
archs = ["x86_64"], # limit to 64-bit only
|
||||||
|
Reference in New Issue
Block a user