mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
go-cross: Disable build with ccache
go compiler does not work reliably with ccache gcc: fatal error: no input files (From OE-Core rev: 136743fe72591b90794ec30b9a3fbb41fe6a66aa) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -5,6 +5,8 @@ DEPENDS = "go-native"
|
||||
|
||||
PN = "go-cross-${TUNE_PKGARCH}"
|
||||
|
||||
CCACHE_DISABLE = "1"
|
||||
|
||||
export GOCACHE = "${B}/.cache"
|
||||
CC = "${@d.getVar('BUILD_CC').strip()}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user