mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
gitlab-ci: upgrade 'servergitmirrors' job to Debian/bullseye-backports
apksigner is now a requirement !1134
This commit is contained in:
parent
09e2c37404
commit
f04af445dd
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue