From 2d00ead5680c983a830cfb53716d3195fe445a4d Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 30 Sep 2019 13:34:32 +0800 Subject: [PATCH] docker-distribution: fix build with go 1.12 Fixed the issue: | build cache is disabled by GOCACHE=off, but required as of Go 1.12 Issue-ID: INF-4 Signed-off-by: Jackie Huang Change-Id: If02cf3303e05f9909d2d6c5a94623892e14b5220 --- .../docker-distribution/docker-distribution_git.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend diff --git a/meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend b/meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend new file mode 100644 index 0000000..15fa53a --- /dev/null +++ b/meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend @@ -0,0 +1,7 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# + +do_compile_prepend() { + unset GOCACHE +} -- 2.16.6