mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
autobuild: enable ccache
This commit is contained in:
parent
d9a0546666
commit
00791652f4
@ -13,6 +13,8 @@ samba_master_ssh = os.getenv('SAMBA_MASTER_SSH', 'git+ssh://git.samba.org/data/g
|
|||||||
|
|
||||||
cleanup_list = []
|
cleanup_list = []
|
||||||
|
|
||||||
|
os.putenv('CC', "ccache gcc")
|
||||||
|
|
||||||
tasks = {
|
tasks = {
|
||||||
"source3" : [ "./autogen.sh",
|
"source3" : [ "./autogen.sh",
|
||||||
"./configure.developer ${PREFIX}",
|
"./configure.developer ${PREFIX}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user