1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

gitlab-ci: use python3-cryptography to avoid building rust sources

This commit is contained in:
Hans-Christoph Steiner 2021-02-08 11:40:41 +01:00
parent 3d536d4515
commit c887c14be1

View File

@ -335,7 +335,7 @@ plugin_fetchsrclibs:
# test a full update and deploy cycle to gitlab.com # test a full update and deploy cycle to gitlab.com
servergitmirrors: servergitmirrors:
image: debian image: debian:buster
<<: *apt-template <<: *apt-template
only: only:
- master@fdroid/fdroidserver - master@fdroid/fdroidserver
@ -345,11 +345,12 @@ servergitmirrors:
git git
openssh-client openssh-client
openssl openssl
python3-cryptography
python3-pip python3-pip
python3-venv python3-venv
rsync rsync
wget wget
- python3 -m venv env - python3 -m venv --system-site-packages env
- . env/bin/activate - . env/bin/activate
- export PYTHONPATH=`pwd` - export PYTHONPATH=`pwd`
- $pip install -e . - $pip install -e .