From: Joe Guo Date: Tue, 12 Mar 2019 06:06:03 +0000 (+1300) Subject: bootstrap/config.py: rm ENV for ccache since we didn't use it any more X-Git-Url: http://git.samba.org/samba.git/?p=gd%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=932756e2a3adb88ba8216aa926289b287d3a3059 bootstrap/config.py: rm ENV for ccache since we didn't use it any more When ccache is not installed, this will cause failure. Signed-off-by: Joe Guo Reviewed-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- diff --git a/bootstrap/config.py b/bootstrap/config.py index 79e23b2c34b..a658fdda223 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -267,9 +267,6 @@ fi DOCKERFILE = r""" FROM {docker_image} -# we will use this image to run ci, these ENV vars are important -ENV CC="ccache gcc" - ADD *.sh /tmp/ # need root permission, do it before USER samba RUN /tmp/bootstrap.sh && /tmp/locale.sh