Pass KEEPBUNDLE in Docker build environment.

This is an alternate solution to the problem described in #19969.

Signed-off-by: Ross Boucher <rboucher@gmail.com>
This commit is contained in:
Ross Boucher 2016-02-04 09:41:48 -05:00 committed by boucher
parent 38e774d32c
commit d23778168d
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ export DOCKERFILE
# `docs/sources/contributing/devenvironment.md ` and `project/PACKAGERS.md` have some limited documentation of some of these
DOCKER_ENVS := \
-e BUILDFLAGS \
-e KEEPBUNDLE \
-e DOCKER_BUILD_GOGC \
-e DOCKER_BUILD_PKGS \
-e DOCKER_CLIENTONLY \