From 5e82d1d0a770f23082d6cb8baf49482b4a35cc28 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 30 Apr 2011 09:54:43 +0200 Subject: [PATCH] script/autobuild.py: don't force usage of ccache and gcc If someone wants to use it, CC="ccache gcc" script/autobuild.py will work. It also makes it possible to use other compilers than gcc. metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Sat Apr 30 13:47:47 CEST 2011 on sn-devel-104 --- script/autobuild.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/autobuild.py b/script/autobuild.py index ba917cec2fb..545e47ed489 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -14,8 +14,6 @@ samba_master_ssh = os.getenv('SAMBA_MASTER_SSH', 'git+ssh://git.samba.org/data/g cleanup_list = [] -os.environ['CC'] = "ccache gcc" - builddirs = { "samba3" : "source3", "samba3-waf": "source3", -- 2.34.1