[gnome-apps-nightly/stable] Don't build with ccache



commit fd76a1c0fa35b4f643c7057d805da4f376a0f09f
Author: Alexander Larsson <alexl redhat com>
Date:   Wed Sep 13 16:12:16 2017 +0200

    Don't build with ccache

 build.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build.sh b/build.sh
index 166a499..c9bcf25 100755
--- a/build.sh
+++ b/build.sh
@@ -22,4 +22,4 @@ if [ x$GITURL != x ]; then
 fi
 
 echo ========== Building $ID ================
-flatpak-builder --force-clean --ccache --require-changes --repo=repo --subject="Build of ${ID}, `date`" 
${EXPORT_ARGS-} ${GIT_ARGS-} "$@" app $JSON
+flatpak-builder --force-clean  --require-changes --repo=repo --subject="Build of ${ID}, `date`" 
${EXPORT_ARGS-} ${GIT_ARGS-} "$@" app $JSON


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]