[gnome-continuous] src/js/buildutil.js: Disable ccache



commit 6e7403f832dc03851547776e8e1c8f9a8be697ad
Author: Javier Jardón <jjardon gnome org>
Date:   Wed Apr 5 12:07:03 2017 +0100

    src/js/buildutil.js: Disable ccache
    
    This is to avoid a problem when building with meson,
    see d177a30b41cc9174a512a0e39222b7da60ef7120
    
    Also, seems ccache is not being used in continous at the moment
    (using ccache is in the TODO file)

 src/js/buildutil.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/js/buildutil.js b/src/js/buildutil.js
index 3c8140a..ee93285 100644
--- a/src/js/buildutil.js
+++ b/src/js/buildutil.js
@@ -24,6 +24,7 @@ const Params = imports.params;
 const GSystem = imports.gi.GSystem;
 
 const BUILD_ENV = {
+    'CCACHE_DISABLE' : '1',
     'HOME' : '/', 
     'HOSTNAME' : 'ostbuild',
     'LANG': 'C',


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