From 5afcc8dc15705676dd9aef30cb10793a402ccdf7 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 21 Mar 2017 09:18:40 +0100 Subject: [PATCH] perf: Disable build archive We don't need another archive of the complete kernel, so save the time and space. --- perf.be0 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perf.be0 b/perf.be0 index f021d9948..db1c3e048 100755 --- a/perf.be0 +++ b/perf.be0 @@ -6,6 +6,8 @@ KERNELVERSION=${PKGVERSION} SRCURL[0]=https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-$KERNELVERSION.tar.xz +OPT_ARCHIVE_BUILD=no + # EXCLUDE="" mee_configure() {