From 0870506f8f60de0f0289c3485778669cb8f0f8b9 Mon Sep 17 00:00:00 2001 From: Till Hartmann Date: Fri, 18 Oct 2024 13:31:23 +0200 Subject: [PATCH] ensure build fails --- recipe/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/build.sh b/recipe/build.sh index e8ae0ec..d2af09b 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -1,6 +1,6 @@ #!/bin/bash set -eu - +exit 1 export EXTRA_CXXFLAGS="${CXXFLAGS} -std=c++17 -mmacosx-version-min=10.14" # Enabling jemalloc does not work on OSX with the following error message: