From 481cc18a76406bfe12f4c0ad4e806cfaad1a4e5b Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 26 Mar 2018 01:50:28 +0200 Subject: testing/crystal: build tests in non-release mode to speed up build --- testing/crystal/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/crystal/APKBUILD b/testing/crystal/APKBUILD index f11d415796..c920f78d00 100644 --- a/testing/crystal/APKBUILD +++ b/testing/crystal/APKBUILD @@ -63,7 +63,6 @@ prepare() { cat > Makefile.local <<-EOF progress = 1 - release = 1 threads = ${JOBS:-2} verbose = 1 EXTRA_FLAGS = --verbose --target $CTARGET ${BUILD_STATIC:+"--link-flags=-no-pie"} @@ -77,6 +76,7 @@ build() { make crystal \ CRYSTAL_CONFIG_PATH="lib:/usr/lib/crystal" \ PATH="$srcdir/$pkgname-$_bootver-$CBUILD/bin:$PATH" \ + release=1 \ static=${BUILD_STATIC:-} } -- cgit v1.2.3