mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-06 00:10:04 +01:00
ci: update compiler versions
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
- .gitlab-shared-docker
|
||||
variables:
|
||||
COMPILER: "gcc"
|
||||
COMPILER_VERSION: "13"
|
||||
CC: "gcc-13"
|
||||
COMPILER_VERSION: "14"
|
||||
CC: "gcc-14"
|
||||
RUN_SSH_PLUGIN_TEST: "1"
|
||||
|
||||
.gitlab-shared-clang:
|
||||
@@ -27,6 +27,6 @@
|
||||
- .gitlab-shared-docker
|
||||
variables:
|
||||
COMPILER: "clang"
|
||||
COMPILER_VERSION: "18"
|
||||
CC: "clang-18"
|
||||
COMPILER_VERSION: "19"
|
||||
CC: "clang-19"
|
||||
RUN_SSH_PLUGIN_TEST: "1"
|
||||
|
||||
Reference in New Issue
Block a user