1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update project/make.sh to use execdriver buildtag if passed.

Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
This commit is contained in:
Jessica Frazelle 2014-12-30 15:24:53 -08:00
parent ecdbc1a0af
commit 547c959576

View file

@ -93,6 +93,10 @@ if [ -z "$DOCKER_CLIENTONLY" ]; then
DOCKER_BUILDTAGS+=" daemon"
fi
if [ "$DOCKER_EXECDRIVER" = 'lxc' ]; then
DOCKER_BUILDTAGS+=' test_no_exec'
fi
# Use these flags when compiling the tests and final binary
LDFLAGS='
-X '$DOCKER_PKG'/dockerversion.GITCOMMIT "'$GITCOMMIT'"