]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
.cirrus.yml: Disable the "built plugins" check for now.
authorFlorian Forster <octo@google.com>
Thu, 16 Jul 2020 09:53:01 +0000 (11:53 +0200)
committerFlorian Forster <octo@google.com>
Wed, 29 Jul 2020 11:40:54 +0000 (13:40 +0200)
.cirrus.yml

index 3eee2f17b2b3dd8f1a070a6dd76181de925516dc..69457cfe27f35c73324582969aaa6f31c523ad01 100644 (file)
@@ -105,7 +105,7 @@ debian_default_toolchain_task:
     - make -j2 -sk
   tests_script:
     - make -j2 -sk check
-    - /checks/check-built-plugins.sh
+    #- /checks/check-built-plugins.sh
   on_failure:
     debug_script: cat test-suite.log || true
 
@@ -142,7 +142,7 @@ redhat_default_toolchain_task:
     - make -j2 -sk
   tests_script:
     - make -j2 -sk check
-    - /checks/check-built-plugins.sh
+    #- /checks/check-built-plugins.sh
   on_failure:
     debug_script: cat test-suite.log || true