Use libarchive instead of the Python implementation

This commit is contained in:
Jochen Sprickerhof 2020-04-15 18:27:13 +00:00 committed by Hans-Christoph Steiner
parent e85573d0e1
commit 86beac22e2
2 changed files with 14 additions and 8 deletions

View file

@ -105,7 +105,7 @@ ubuntu_xenial_pip:
only:
- master@fdroid/fdroidserver
script:
- apt-get install git default-jdk-headless python3-pip python3-venv rsync zipalign
- apt-get install git default-jdk-headless python3-pip python3-venv rsync zipalign libarchive13
- rm -rf env
- pyvenv env
- . env/bin/activate