From af438ba0705f5a20f6f9bc71b2c083dada856ff6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Fri, 14 Nov 2025 08:35:18 +0100 Subject: [PATCH] scripts: devel-build: disable json-c tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Disable BUILD_TESTING to save time when building json-c. Signed-off-by: Álvaro Fernández Rojas --- scripts/devel-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/devel-build.sh b/scripts/devel-build.sh index 0c58fcf..46516ca 100755 --- a/scripts/devel-build.sh +++ b/scripts/devel-build.sh @@ -47,6 +47,7 @@ cmake \ -DCMAKE_PREFIX_PATH="${BUILDDIR}" \ -DBUILD_SHARED_LIBS=OFF \ -DDISABLE_EXTRA_LIBS=ON \ + -DBUILD_TESTING=OFF \ --install-prefix "${BUILDDIR}" make make install -- 2.30.2