diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2016-05-13 15:07:46 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-06-14 10:59:20 -0400 |
commit | 25ee1f1d1e4a5a608d0303bb79f8c45c726f631c (patch) | |
tree | c01ee5dbef0934495a4856e12aedea9bd7c4b2bf /recipes-networking/openvswitch/files/openvswitch-add-ptest.patch | |
parent | a9a9fc03db86d659ba7da3eccd72540159de6c72 (diff) | |
download | meta-virtualization-25ee1f1d1e4a5a608d0303bb79f8c45c726f631c.tar.gz |
go-cross: don't use host /var/tmp for temporary build artifacts
The default behavior for go-cross build is to use the path specified
in TMPDIR for some temporary build artifacts and if no TMPDIR is set
in the environment to fallback to use /var/tmp. This causes a build
failure on hosts that do not have a /var/tmp or that have restrictive
permissions on /var/tmp. The failure is seen as:
go tool dist: mkdtemp(/var/tmp/go-cbuild-yhmNbi): No such file or directory
By setting TMPDIR and ensuring we create this
directory we can avoid the associated issue with using the default.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/files/openvswitch-add-ptest.patch')
0 files changed, 0 insertions, 0 deletions