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

gitlab-ci: upgrade 'servergitmirrors' job to Debian/bullseye-backports

apksigner is now a requirement !1134
This commit is contained in:
Hans-Christoph Steiner 2022-06-08 18:23:39 +02:00
parent 09e2c37404
commit f04af445dd

View File

@ -445,7 +445,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:buster image: debian:bullseye-backports
<<: *apt-template <<: *apt-template
only: only:
- master@fdroid/fdroidserver - master@fdroid/fdroidserver
@ -462,12 +462,15 @@ servergitmirrors:
python3-pil python3-pil
python3-pip python3-pip
python3-pycparser python3-pycparser
python3-setuptools
python3-venv python3-venv
rsync rsync
wget wget
- apt-get install -t bullseye-backports apksigner
- python3 -m venv --system-site-packages env - python3 -m venv --system-site-packages env
- . env/bin/activate - . env/bin/activate
- export PYTHONPATH=`pwd` - export PYTHONPATH=`pwd`
- export SETUPTOOLS_USE_DISTUTILS=stdlib # https://github.com/pypa/setuptools/issues/2956
- $pip install -e . - $pip install -e .
- mkdir /root/.ssh/ - mkdir /root/.ssh/
- ./tests/key-tricks.py - ./tests/key-tricks.py