From 97f00a14fcf09ceb403aacdc386df8a755e75648 Mon Sep 17 00:00:00 2001 From: Andrea Manica Date: Thu, 26 Sep 2024 12:11:30 +0100 Subject: [PATCH] Edits following coderabbitai --- recipes/consensify/build.sh | 2 +- recipes/consensify/meta.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/consensify/build.sh b/recipes/consensify/build.sh index 997d0b79a3bd6..9c19309948adf 100755 --- a/recipes/consensify/build.sh +++ b/recipes/consensify/build.sh @@ -1,7 +1,7 @@ #!/bin/bash ## change to source dir -cd ${SRC_DIR} +cd "${SRC_DIR}" || exit 1 ## compile ${CXX} -c consensify_c.cpp -I./ ${CXXFLAGS} diff --git a/recipes/consensify/meta.yaml b/recipes/consensify/meta.yaml index dca263880901a..e0e7adf66c759 100644 --- a/recipes/consensify/meta.yaml +++ b/recipes/consensify/meta.yaml @@ -18,6 +18,8 @@ requirements: - {{ compiler('cxx') }} host: - zlib + run: + - zlib test: commands: