docker: Unset CC/CXX in case users are using a ccache which fails the buidl

This commit is contained in:
James Mills 2014-03-30 23:26:17 +10:00
parent e0664ca72e
commit 25dee6ac98

View File

@ -7,7 +7,7 @@
name=docker
version=0.9.1
revision=3600720a36
release=1
release=2
source=(
https://github.com/dotcloud/$name/archive/v$version.tar.gz
$name.rc
@ -20,6 +20,8 @@ build() {
# Build
export AUTO_GOPATH=1
export DOCKER_GITCOMMIT=$revision
unset CC # The build fails with a customer C compiler (e.g: ccache)
unset CXX # The build fails with a customer C++ compiler (e.g: ccache)
./hack/make.sh dynbinary
# Package