From 31f8e4e49f2a41dec18b05367b4970eb535793c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 7 Aug 2021 10:56:39 +0200 Subject: [PATCH] gitlab-ci: Drop build for outdated distributions --- .gitlab-ci.yml | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77a899ba..9beb2871 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,37 +44,6 @@ build_deb: - debuild -i -us -uc -b - cp ../*.deb . -build_deb:amber: - image: pureos/amber - stage: build - artifacts: - paths: - - "*.deb" - script: - - echo "deb http://ci.puri.sm/ scratch librem5" > /etc/apt/sources.list.d/ci.list - - apt-get -y update - - rm -f ../*.deb - - apt-get -y build-dep . - - apt-get -y install devscripts - - debuild -i -us -uc -b - - cp ../*.deb . - -build_deb:buster: - image: "debian:buster" - stage: build - artifacts: - paths: - - "*.deb" - script: - - echo "deb http://ci.puri.sm/ scratch librem5" > /etc/apt/sources.list.d/ci.list - - apt-get -y update - - rm -f ../*.deb - - apt-get -y build-dep . - - apt-get -y install devscripts - - debuild -i -us -uc -b - - cp ../*.deb . - - build_deb:arm64: tags: - aarch64 @@ -89,23 +58,6 @@ build_deb:arm64: - debuild -i -us -uc -b - cp ../*.deb . -build_deb:arm64_buster: - image: "debian:buster" - tags: - - aarch64 - stage: build - artifacts: - paths: - - "*.deb" - script: - - echo "deb http://ci.puri.sm/ scratch librem5" > /etc/apt/sources.list.d/ci.list - - apt-get -y update - - rm -f ../*.deb - - apt-get -y build-dep . - - apt-get -y install devscripts - - debuild -i -us -uc -b - - cp ../*.deb . - test_lintian: stage: test dependencies: