From 5d515acd2e8d590be96d6331772f806283918959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihael=20Pranji=C4=87?= Date: Tue, 24 Nov 2020 19:39:53 +0100 Subject: [PATCH] cirrus: disable yamlcpp --- .cirrus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3e98f2c0a62..1a9057316f2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -87,7 +87,7 @@ mac_task: env: ENABLE_LOGGER: ON TOOLS: ALL;web - PLUGINS: ALL;-curlget # The curlget tests fail: https://github.com/ElektraInitiative/libelektra/issues/3382 + PLUGINS: ALL;-curlget;-yamlcpp # The curlget tests fail: https://github.com/ElektraInitiative/libelektra/issues/3382 - name: 🍎 Clang ASAN osx_instance: @@ -97,7 +97,7 @@ mac_task: BINDINGS: cpp ENABLE_ASAN: ON TOOLS: kdb - PLUGINS: ALL;-curlget # The curlget tests fail: https://github.com/ElektraInitiative/libelektra/issues/3382 + PLUGINS: ALL;-curlget;-yamlcpp # The curlget tests fail: https://github.com/ElektraInitiative/libelektra/issues/3382 - name: 🍎 FULL osx_instance: @@ -105,7 +105,7 @@ mac_task: env: BUILD_FULL: ON BUILD_SHARED: OFF - PLUGINS: ALL;-curlget # The curlget tests fail: https://github.com/ElektraInitiative/libelektra/issues/3382 + PLUGINS: ALL;-curlget;-yamlcpp # The curlget tests fail: https://github.com/ElektraInitiative/libelektra/issues/3382 - name: 🍎 MMap osx_instance: @@ -114,7 +114,7 @@ mac_task: KDB_DEFAULT_STORAGE: mmapstorage KDB_DB_FILE: default.mmap KDB_DB_INIT: elektra.mmap - PLUGINS: ALL;-curlget # The curlget tests fail: https://github.com/ElektraInitiative/libelektra/issues/3382 + PLUGINS: ALL;-curlget;-yamlcpp # The curlget tests fail: https://github.com/ElektraInitiative/libelektra/issues/3382 install_script: - | # Install Homebrew formulas