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

gitlab-ci: delete buster_backports job, prod signing is on bullseye

Via private email with @CiaranG
This commit is contained in:
Hans-Christoph Steiner 2022-10-19 14:00:16 +02:00
parent 81f02b8279
commit eafa7f5e70

View File

@ -107,27 +107,6 @@ debian_testing:
- ./run-tests
# This tests with buster-backports to match what is used on the f-droid.org publish server.
buster_backports:
image: debian:buster-backports
<<: *apt-template
script:
- apt-get install
aapt
androguard
apksigner
dexdump
fdroidserver
git
gnupg
python3-defusedxml
python3-setuptools
zipalign
- apt-get install -t buster-backports apksigner
- cd tests
- ./run-tests
# Test using latest LTS set up with the PPA, including Recommends.
ubuntu_lts_ppa:
image: ubuntu:latest