From 7e20042fef419ffa6fcca2468055967fda1884ec Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 16 Jul 2020 11:53:01 +0200 Subject: [PATCH] .cirrus.yml: Disable the "built plugins" check for now. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3eee2f17b..69457cfe2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 -- 2.47.2