mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Extra ccache options to allow sharing caches between different Jenkins jobs.
This commit is contained in:
@@ -55,6 +55,7 @@ class Builder:
|
||||
os.environ['CLCACHE_DIR'] = 'C:\\clcache' # workaround https://github.com/frerich/clcache/issues/342
|
||||
os.environ['CLCACHE_BASEDIR'] = os.environ['WORKSPACE']
|
||||
os.environ['CCACHE_BASEDIR'] = os.environ['WORKSPACE']
|
||||
os.environ['CCACHE_NOHASHDIR'] = '1'
|
||||
|
||||
def build(self, jobs, qmake_args, dev_build, eolInMonth):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user