From: Vladimír Čunát Date: Mon, 8 Dec 2025 12:55:13 +0000 (+0100) Subject: ci: switch lint:tidy from Arch to Debian 13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1676cf2a71f00a8cc1e2a05d44b2f5465be6265;p=thirdparty%2Fknot-resolver.git ci: switch lint:tidy from Arch to Debian 13 The problem was that in Arch the clang-tidy package updates at random moments, so we have to resolve the issues when doing urelated refreshes of CI images. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f7c7702b..8a2920659 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,12 +85,6 @@ stages: reports: junit: build_ci*/meson-logs/integration.deckard.junit.xml -.after_build_arch: &after_build_arch - <<: *after_build - image: $IMAGE_PREFIX/arch:$IMAGE_TAG - needs: - - build-arch - .nodep: &nodep <<: *common needs: [] @@ -350,7 +344,9 @@ lint:pedantic: - ninja -C build_pedantic_clang lint:tidy: - <<: *after_build_arch + <<: *after_build + image: $IMAGE_PREFIX/debian13-knot_3_5:$IMAGE_TAG + # TODO: when we add a resolver build using the same image, we probably add a `needs:` stage: sanity script: - ninja -C build_ci* tidy