1
0
mirror of https://github.com/docker/cli.git synced 2026-01-22 03:22:01 +03:00

Merge pull request #24570 from tiborvass/buildid-docker-proxy

docker-proxy: Force external linking to add BuildID information to pl…
Upstream-commit: f9383c652cecf559756ec06564bd1b057ad92f33
Component: engine
This commit is contained in:
Tibor Vass
2016-07-12 20:23:30 -07:00
committed by GitHub

View File

@@ -11,5 +11,6 @@ set -e
source "${MAKEDIR}/.binary"
export BINARY_SHORT_NAME='docker-proxy'
export SOURCE_PATH='./vendor/src/github.com/docker/libnetwork/cmd/proxy'
export LDFLAGS_STATIC_DOCKER='-linkmode=external'
source "${MAKEDIR}/.binary"
)