]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlab-ci.yml: removed builds for knot31 and knot32
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 13 May 2026 07:46:07 +0000 (09:46 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Wed, 13 May 2026 08:36:23 +0000 (10:36 +0200)
These knot versions are no longer supported.

.gitlab-ci.yml

index afba046d21541c70f5e05041e064a8be241445fd..efb1c5ffa4a75e36509d9925c6e7ab87e7057762 100644 (file)
@@ -121,33 +121,6 @@ build-stable:
     - ninja -C build_ci_stable install >/dev/null
     - ${MESON_TEST} --suite unit --suite config --suite dnstap --no-suite snowflake
 
-build-deb11-knot31:
-  <<: *build
-  image: $IMAGE_PREFIX/debian11-knot_3_1:$IMAGE_TAG
-  script:
-    - meson build_ci_deb11_knot31 --prefix=$PREFIX -Dmalloc=disabled -Dwerror=true -Dextra_tests=enabled
-    - ninja -C build_ci_deb11_knot31
-    - ninja -C build_ci_deb11_knot31 install >/dev/null
-    - ${MESON_TEST} --suite unit --suite config --suite dnstap --no-suite snowflake
-
-build-deb11-knot32:
-  <<: *build
-  image: $IMAGE_PREFIX/debian11-knot_3_2:$IMAGE_TAG
-  script:
-    - meson build_ci_deb11_knot32 --prefix=$PREFIX -Dmalloc=disabled -Dwerror=true -Dextra_tests=enabled
-    - ninja -C build_ci_deb11_knot32
-    - ninja -C build_ci_deb11_knot32 install >/dev/null
-    - ${MESON_TEST} --suite unit --suite config --suite dnstap --no-suite snowflake
-
-build-deb12-knot32:
-  <<: *build
-  image: $IMAGE_PREFIX/debian12-knot_3_2:$IMAGE_TAG
-  script:
-    - meson build_ci_deb12_knot32 --prefix=$PREFIX -Dmalloc=disabled -Dwerror=true -Dextra_tests=enabled
-    - ninja -C build_ci_deb12_knot32
-    - ninja -C build_ci_deb12_knot32 install >/dev/null
-    - ${MESON_TEST} --suite unit --suite config --suite dnstap --no-suite snowflake
-
 build-deb12-knot-master:
   <<: *build
   image: $IMAGE_PREFIX/debian12-knot_master:$IMAGE_TAG