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:
parent
ecdbc1a0af
commit
547c959576
1 changed files with 4 additions and 0 deletions
|
@ -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'"
|
||||
|
|
Loading…
Add table
Reference in a new issue