diff options
| -rw-r--r-- | recipes-containers/docker-distribution/docker-distribution_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb index 872f115a..d0cd8f37 100644 --- a/recipes-containers/docker-distribution/docker-distribution_git.bb +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb | |||
| @@ -35,6 +35,7 @@ do_compile() { | |||
| 35 | export GO_GCFLAGS="" | 35 | export GO_GCFLAGS="" |
| 36 | export CGO_LDFLAGS="${TARGET_LDFLAGS}" | 36 | export CGO_LDFLAGS="${TARGET_LDFLAGS}" |
| 37 | export GO111MODULE=off | 37 | export GO111MODULE=off |
| 38 | export GO_BUILD_FLAGS="-trimpath" | ||
| 38 | 39 | ||
| 39 | cd ${S} | 40 | cd ${S} |
| 40 | 41 | ||
