CI: switch compilation test to Ubuntu Lunar (23.04)

This commit is contained in:
Daniel Zatovic
2023-11-13 10:41:11 +01:00
parent 98f2b9c136
commit a8168eb854
2 changed files with 4 additions and 4 deletions

View File

@@ -6,8 +6,8 @@ PACKAGES=(
git make autoconf automake autopoint pkg-config libtool libtool-bin git make autoconf automake autopoint pkg-config libtool libtool-bin
gettext libssl-dev libdevmapper-dev libpopt-dev uuid-dev libsepol-dev gettext libssl-dev libdevmapper-dev libpopt-dev uuid-dev libsepol-dev
libjson-c-dev libssh-dev libblkid-dev tar libargon2-0-dev libpwquality-dev libjson-c-dev libssh-dev libblkid-dev tar libargon2-0-dev libpwquality-dev
sharutils dmsetup jq xxd expect keyutils netcat passwd openssh-client sshpass sharutils dmsetup jq xxd expect keyutils netcat-openbsd passwd openssh-client
asciidoctor sshpass asciidoctor
) )
COMPILER="${COMPILER:?}" COMPILER="${COMPILER:?}"

View File

@@ -1,5 +1,5 @@
.gitlab-shared-docker: .gitlab-shared-docker:
image: ubuntu:focal image: ubuntu:lunar
tags: tags:
- gitlab-org-docker - gitlab-org-docker
stage: test stage: test
@@ -26,5 +26,5 @@
- .gitlab-shared-docker - .gitlab-shared-docker
variables: variables:
COMPILER: "clang" COMPILER: "clang"
COMPILER_VERSION: "13" COMPILER_VERSION: "17"
RUN_SSH_PLUGIN_TEST: "1" RUN_SSH_PLUGIN_TEST: "1"