From 68051758f027c03cd9379ae2faeb6b0b39e83806 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Tue, 18 Oct 2016 17:17:03 +0200 Subject: [PATCH] linux4.4: disable ccache --- srcpkgs/linux4.4/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/linux4.4/template b/srcpkgs/linux4.4/template index c99acada1f..290755b40d 100644 --- a/srcpkgs/linux4.4/template +++ b/srcpkgs/linux4.4/template @@ -17,7 +17,7 @@ noverifyrdeps=yes noshlibprovides=yes preserve=yes -broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/14859/steps/shell_3/logs/stdio" +export CCACHE_DISABLE=1 only_for_archs="i686 i686-musl x86_64 x86_64-musl armv7l armv7l-musl aarch64 aarch64-musl" hostmakedepends="bc perl kmod uboot-mkimage libressl-devel"