operations/build: Fix CCache name to reflect upstream name ccache (pb#17713)
Use ccache instead of CCache which doesn't reflect upstream name BUG:FIXED:17713
This commit is contained in:
@@ -403,7 +403,7 @@ class Builder:
|
||||
# Force ccache to use /root/.ccache instead of $HOME/.ccache
|
||||
# which can be modified through actions.py
|
||||
os.environ["CCACHE_DIR"] = "/root/.ccache"
|
||||
ctx.ui.info(_("CCache detected..."))
|
||||
ctx.ui.info(_("ccache detected..."))
|
||||
|
||||
def fetch_files(self):
|
||||
self.specdiruri = os.path.dirname(self.specuri.get_uri())
|
||||
|
||||
Reference in New Issue
Block a user