build: drop lsb-release build deps.

This commit is contained in:
Alexandre Pujol 2023-04-19 18:57:31 +01:00
parent 5af9bab04b
commit ffa0f7bc3d
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
9 changed files with 6 additions and 11 deletions

View file

@ -60,7 +60,7 @@ archlinux:
stage: build
image: registry.gitlab.com/roddhjav/builders/archlinux
script:
- sudo pacman -Syu --noconfirm --noprogressbar lsb-release
- sudo pacman -Syu --noconfirm --noprogressbar
- makepkg -s --noconfirm --noprogressbar
artifacts:
expire_in: 1 day
@ -74,7 +74,7 @@ debian:
- git config --global --add safe.directory $CI_PROJECT_DIR
- VERSION="0.$(git rev-list --count HEAD)-1"
- mkdir -p "$PKGDEST"
- sudo apt-get update -q && sudo apt-get install -y lsb-release config-package-dev rsync
- sudo apt-get update -q && sudo apt-get install -y config-package-dev rsync
- sudo apt-get install -y -t bullseye-backports golang-go
- dch --newversion=$VERSION --urgency=medium --distribution=stable --controlmaint "Release $VERSION"
- dpkg-buildpackage -b -d --no-sign