ci: Stop building byzantium debs
This is Debian oldstable based and hence to cumbersome to support upstream. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/619>
This commit is contained in:
@ -38,43 +38,6 @@ build_meson:
|
|||||||
variables:
|
variables:
|
||||||
- $PKG_ONLY == "1"
|
- $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:
|
build_deb:future:
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|||||||
Reference in New Issue
Block a user