mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 10:50:01 +01:00
CI: switch compilation test to Ubuntu Lunar (23.04)
This commit is contained in:
@@ -6,8 +6,8 @@ PACKAGES=(
|
||||
git make autoconf automake autopoint pkg-config libtool libtool-bin
|
||||
gettext libssl-dev libdevmapper-dev libpopt-dev uuid-dev libsepol-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
|
||||
asciidoctor
|
||||
sharutils dmsetup jq xxd expect keyutils netcat-openbsd passwd openssh-client
|
||||
sshpass asciidoctor
|
||||
)
|
||||
|
||||
COMPILER="${COMPILER:?}"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.gitlab-shared-docker:
|
||||
image: ubuntu:focal
|
||||
image: ubuntu:lunar
|
||||
tags:
|
||||
- gitlab-org-docker
|
||||
stage: test
|
||||
@@ -26,5 +26,5 @@
|
||||
- .gitlab-shared-docker
|
||||
variables:
|
||||
COMPILER: "clang"
|
||||
COMPILER_VERSION: "13"
|
||||
COMPILER_VERSION: "17"
|
||||
RUN_SSH_PLUGIN_TEST: "1"
|
||||
|
||||
Reference in New Issue
Block a user