From 2d532aa0ffb627f47e4eb4e9fc5c21523960094d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sun, 10 Mar 2024 10:25:04 +0100 Subject: [PATCH] ci: Stop building byzantium debs This is Debian oldstable based and hence to cumbersome to support upstream. Part-of: --- .gitlab-ci.yml | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93ba14ba..cfdd891f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,43 +38,6 @@ build_meson: variables: - $PKG_ONLY == "1" -build_deb: - stage: build - artifacts: - paths: - - '*.deb' - script: - - rm -f ../*.deb - - apt-get -y build-dep . - - apt-get -y install devscripts - - REV=$(git log -1 --format=%h) - - VER=$(dpkg-parsechangelog -SVersion) - - DEBFULLNAME="Librem5 CI" - - EMAIL="librem5-builds@lists.community.puri.sm" - - dch -v"$VER+librem5ci$CI_PIPELINE_ID.$REV" "$MSG" - - debuild -i -us -uc -b - - cp ../*.deb . - -build_deb:arm64: - image: pureos/byzantium - tags: - - aarch64 - stage: build - artifacts: - paths: - - '*.deb' - script: - - rm -f ../*.deb - - apt-get -y build-dep . - - apt-get -y install devscripts - - REV=$(git log -1 --format=%h) - - VER=$(dpkg-parsechangelog -SVersion) - - DEBFULLNAME="Librem5 CI" - - EMAIL="librem5-builds@lists.community.puri.sm" - - dch -v"$VER+librem5ci$CI_PIPELINE_ID.$REV" "$MSG" - - debuild -i -us -uc -b - - cp ../*.deb . - build_deb:future: image: debian:bookworm allow_failure: true