mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
oci-runtme-tools: fix TMPDIR references
pass -trimpath to remove most TMPDIR referneces. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
ba32f19b65
commit
0b0718efc1
|
@ -35,6 +35,7 @@ do_compile() {
|
|||
# ... recipe-sysroot-native/usr/lib/aarch64-poky-linux/go/pkg/tool/linux_amd64/link:
|
||||
# cannot open file : open : no such file or directory
|
||||
export GO_BUILD_FLAGS="-a -pkgdir dontusecurrentpkgs"
|
||||
export EXTRA_FLAGS="-trimpath"
|
||||
|
||||
# link fixups for compilation
|
||||
rm -f ${S}/src/import/vendor/src
|
||||
|
|
Loading…
Reference in New Issue
Block a user