gitlab-ci: plugin_fetchsrclibs runs in same base OS as fdroiddata

This commit is contained in:
Hans-Christoph Steiner 2022-08-24 21:23:42 +02:00
parent c6f5956537
commit 4eb189ad2e
1 changed files with 3 additions and 2 deletions

View File

@ -407,7 +407,7 @@ fdroid build:
# fdroiddata because that one is known to work, and this is a CI job,
# so it should be isolated from the normal churn of fdroiddata.
plugin_fetchsrclibs:
image: debian:buster
image: debian:bullseye
<<: *apt-template
only:
changes:
@ -430,7 +430,8 @@ plugin_fetchsrclibs:
- . env/bin/activate
- export PATH="$CI_PROJECT_DIR:$PATH"
- export PYTHONPATH="$CI_PROJECT_DIR/examples"
- $pip install wheel # to make this go away: "error: invalid command 'bdist_wheel'"
# workaround https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003252
- export SETUPTOOLS_USE_DISTUTILS=stdlib
- $pip install -e .
- fdroid | grep fetchsrclibs