mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
gitlab-ci: plugin_fetchsrclibs runs in same base OS as fdroiddata
This commit is contained in:
parent
c6f5956537
commit
4eb189ad2e
1 changed files with 3 additions and 2 deletions
|
@ -407,7 +407,7 @@ fdroid build:
|
||||||
# fdroiddata because that one is known to work, and this is a CI job,
|
# 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.
|
# so it should be isolated from the normal churn of fdroiddata.
|
||||||
plugin_fetchsrclibs:
|
plugin_fetchsrclibs:
|
||||||
image: debian:buster
|
image: debian:bullseye
|
||||||
<<: *apt-template
|
<<: *apt-template
|
||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
|
@ -430,7 +430,8 @@ plugin_fetchsrclibs:
|
||||||
- . env/bin/activate
|
- . env/bin/activate
|
||||||
- export PATH="$CI_PROJECT_DIR:$PATH"
|
- export PATH="$CI_PROJECT_DIR:$PATH"
|
||||||
- export PYTHONPATH="$CI_PROJECT_DIR/examples"
|
- 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 .
|
- $pip install -e .
|
||||||
- fdroid | grep fetchsrclibs
|
- fdroid | grep fetchsrclibs
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue