From 42f201b0c3b0280296662ef9d7252f4c5ebddb55 Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Thu, 4 Feb 2016 09:41:48 -0500 Subject: [PATCH] Pass KEEPBUNDLE in Docker build environment. This is an alternate solution to the problem described in #19969. Signed-off-by: Ross Boucher Upstream-commit: d23778168d158e0813420ffc2d10fdddba6a12b6 Component: engine --- components/engine/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/Makefile b/components/engine/Makefile index 187a7247d5..5200206924 100644 --- a/components/engine/Makefile +++ b/components/engine/Makefile @@ -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 \