From 0225c3a6440dde722c07c28fe9f646f033715fca Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sun, 29 Oct 2023 19:22:21 +0100 Subject: [PATCH] ci: updates for alpine-latest 3.18 --- .builds/alpine-latest.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.builds/alpine-latest.yml b/.builds/alpine-latest.yml index 627e657..c5a3a56 100644 --- a/.builds/alpine-latest.yml +++ b/.builds/alpine-latest.yml @@ -6,8 +6,8 @@ image: alpine/latest packages: - - clang15-analyzer - - llvm15 + - clang16-analyzer + - llvm16 - reuse - meson - hut @@ -29,6 +29,7 @@ secrets: - 0545580c-42ac-4700-b322-4e9df924eb07 # runner-ssh - 5fe806cd-3af4-4588-9898-8115d9262144 # hut-config - d6d10b2a-542a-4b45-b1be-6ef30a8ab558 # git-config + - 3de1773e-3503-46f5-8ab4-5212026517f4 # pgp-key sources: - https://git.open-music-kontrollers.ch/~hp/ci @@ -60,10 +61,10 @@ tasks: # ci-meson analyzer build # ci-meson analyzer test - - deploy: | + - sign: | . ~/ci/activate - if ! ci-isrelease; then + if ! ci-istag; then complete-build fi -- 2.38.5