]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: comment on platforms defaulting to python 3.6
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 13 Jun 2023 16:03:40 +0000 (18:03 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 15 Jun 2023 15:15:23 +0000 (15:15 +0000)
.gitlab-ci.yml

index fd67f64575525866d110b39756558434d9697d87..d6f0045779e6933839ba19b0b612390bb9615740 100644 (file)
@@ -631,12 +631,17 @@ pkg:alma-9:
   <<: *pkg_test
   image: $CI_REGISTRY/packaging/apkg/full/alma-9
 
-pkg:opensuse-15.4:
-  <<: *pkg_test
-  <<: *enable_repo_build
-  image: $CI_REGISTRY/packaging/apkg/full/opensuse-15.4
-  allow_failure: true  # SUSE is always special
-
+# RHEL 8 derivatives would need more work due to *default* python being old
+#pkg:rocky-8:
+#  <<: *pkg_test
+#  image: $CI_REGISTRY/packaging/apkg/full/rocky-8
+
+# Leap 15.4 would need more work due to *default* python being old
+#pkg:opensuse-15.4:
+#  <<: *pkg_test
+#  <<: *enable_repo_build
+#  image: $CI_REGISTRY/packaging/apkg/full/opensuse-15.4
+#  allow_failure: true  # SUSE is always special
 # }}}
   allow_failure: true