mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 00:41:06 +03:00
Use libarchive instead of the Python implementation
This commit is contained in:
parent
e85573d0e1
commit
86beac22e2
2 changed files with 14 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue