Skip to content

Commit

Permalink
cirrus: disable yamlcpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mpranj committed Nov 24, 2020
1 parent 9f6dfb7 commit 5d515ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yml
Expand Up @@ -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:
Expand All @@ -97,15 +97,15 @@ 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:
image: catalina-xcode
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:
Expand All @@ -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
Expand Down

0 comments on commit 5d515ac

Please sign in to comment.