Browse code

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>

Ross Boucher authored on 2016/02/04 23:41:48
Showing 1 changed files
... ...
@@ -31,6 +31,7 @@ export DOCKERFILE
31 31
 # `docs/sources/contributing/devenvironment.md ` and `project/PACKAGERS.md` have some limited documentation of some of these
32 32
 DOCKER_ENVS := \
33 33
 	-e BUILDFLAGS \
34
+	-e KEEPBUNDLE \
34 35
 	-e DOCKER_BUILD_GOGC \
35 36
 	-e DOCKER_BUILD_PKGS \
36 37
 	-e DOCKER_CLIENTONLY \