]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlab-ci.yml: switch to kres-gen-35 only docs-ci-debian-13-jtofdt/deployments/9093
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 14 May 2026 09:06:24 +0000 (11:06 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 14 May 2026 09:17:25 +0000 (11:17 +0200)
As the CI is now, it's not possible to satisfy 3.3 and 3.5 simultanously.
The diff has no practical impact for us, which is why libknot added it.
As 3.3 and 3.5 are still compatible in practice, it's OK to only check 3.5.

.gitlab-ci.yml
daemon/lua/kres-gen-33.lua

index f91552697f6ecd2e31d6b468e3c742e46ed2fcdc..b30cc0c75433ae8881d33b4648ab8c9c0859ddc1 100644 (file)
@@ -377,9 +377,6 @@ lint:coverity:
 kres-gen-35:
   <<: *kres-gen
   image: $IMAGE_PREFIX/debian13-knot_3_5:$IMAGE_TAG
-kres-gen-33:
-  <<: *kres-gen
-  image: $IMAGE_PREFIX/debian13-knot_3_3:$IMAGE_TAG
 
 root.hints:
   <<: *sanity
index aaaf55417b6651d1fe6bf043435066e85d33fcdd..96eed7734724ead30fad4f5564f5cceea5eb0ec1 100644 (file)
@@ -731,6 +731,7 @@ typedef struct zs_scanner {
        _Bool long_string;
        _Bool comma_list;
        _Bool pending_backslash;
+       _Bool to_lower;
        uint8_t *dname;
        uint32_t *dname_length;
        uint32_t dname_tmp_length;
@@ -769,6 +770,7 @@ typedef struct zs_scanner {
        uint16_t r_class;
        uint32_t r_ttl;
        uint16_t r_type;
+       _Bool r_data_generic;
        uint32_t r_data_length;
        uint8_t r_data[65535];
 } zs_scanner_t;