From 78f43dc29aa8f82de7ee7d1a307776ef12addb85 Mon Sep 17 00:00:00 2001 From: Brian Szmyd Date: Thu, 1 Feb 2024 15:58:18 -0700 Subject: [PATCH] Remove testing flag on sisl --- .github/workflows/build_dependencies.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build_dependencies.yml b/.github/workflows/build_dependencies.yml index be97712f1..4253c330f 100644 --- a/.github/workflows/build_dependencies.yml +++ b/.github/workflows/build_dependencies.yml @@ -166,7 +166,6 @@ jobs: conan install \ -o sisl:prerelease=${{ inputs.prerelease }} \ -o sisl:malloc_impl=${{ inputs.malloc-impl }} \ - -o sisl:testing=False \ -o iomgr:testing=off \ -o nuraft_mesg:testing=False \ -o testing=off \ @@ -212,7 +211,6 @@ jobs: conan create \ -o sisl:prerelease=${{ inputs.prerelease }} \ -o sisl:malloc_impl=${{ inputs.malloc-impl }} \ - -o sisl:testing=False \ -o iomgr:testing=off \ -o nuraft_mesg:testing=False \ -o homestore:sanitize=${sanitize} \ @@ -226,7 +224,6 @@ jobs: conan install \ -o sisl:prerelease=${{ inputs.prerelease }} \ -o sisl:malloc_impl=${{ inputs.malloc-impl }} \ - -o sisl:testing=False \ -o iomgr:testing=off \ -o nuraft_mesg:testing=False \ -o coverage=True \