summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2019-03-12 19:06:03 +1300
committerStefan Metzmacher <metze@samba.org>2019-04-18 12:09:32 +0000
commit932756e2a3adb88ba8216aa926289b287d3a3059 (patch)
treece5192d9a5a3f6b653d061e182ef0baed955a07f /bootstrap
parentdd1d04e8289697f7600562c7c94a78253a201ec2 (diff)
downloadsamba-932756e2a3adb88ba8216aa926289b287d3a3059.tar.gz
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 <joeg@catalyst.net.nz> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/config.py3
1 files changed, 0 insertions, 3 deletions
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