aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott B2022-01-20 04:53:23 -0800
committerScott B2022-01-20 04:53:23 -0800
commitefa6b323d9c66999c0673ff516c0109a9371e340 (patch)
treef231229bd433486e21c45fc48b1038b9f053c600
parent16c79c9ddd4cbb38e6055f6910b542f42a81efb1 (diff)
downloadaur-efa6b323d9c66999c0673ff516c0109a9371e340.tar.gz
pkg: explictly disable ccache
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0805ceb9117c..aa34fce2b3f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = linux-xanmod-rog
makedepends = zstd
makedepends = gcc>=11.0
options = !strip
+ options = !ccache
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.tar.sign
source = https://github.com/xanmod/linux/releases/download/5.16.1-xanmod1/patch-5.16.1-xanmod1.xz
diff --git a/PKGBUILD b/PKGBUILD
index 6cd82dbf3027..f79367a3b4c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -90,7 +90,7 @@ if [ "$_compiler" = "clang" ]; then
makedepends+=(clang llvm lld python)
_LLVM=1
fi
-options=('!strip')
+options=('!strip' '!ccache')
_major=${xanmod%\.*\-*} # 5.15
_branch=${xanmod%%\.*\-*}.x # 5.x