From: Jackie Huang Date: Wed, 14 Aug 2019 05:54:14 +0000 (+0800) Subject: containerd: fix build with go 1.12 X-Git-Tag: bronze-rc0~154 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=bf590fda538fe049e1369f72a59b4182d0ec6b95;p=pti%2Frtp.git containerd: 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: Idc963b616eaf5c8155a110c96c52644c1e4ddba2 --- diff --git a/meta-oran/recipes-containers/containerd/containerd-opencontainers_git.bbappend b/meta-oran/recipes-containers/containerd/containerd-opencontainers_git.bbappend new file mode 100644 index 0000000..b8c2351 --- /dev/null +++ b/meta-oran/recipes-containers/containerd/containerd-opencontainers_git.bbappend @@ -0,0 +1,8 @@ +# +# Copyright (C) 2019 Wind River Systems, Inc. +# + +do_compile_prepend() { + unset GOCACHE +} +