mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
umoci: fix reproducibility
pass -trimpath to the umoci build to remove TMPDIR references in the binaries. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
e465ef7dcd
commit
f132afed23
|
@ -40,6 +40,8 @@ do_compile:class-native () {
|
|||
export GOPATH="${WORKDIR}/git/"
|
||||
export GO111MODULE=off
|
||||
|
||||
export BUILD_FLAGS="-trimpath"
|
||||
|
||||
cd ${S}
|
||||
|
||||
# why static ? patchelf will be run on dynamic binaries and it breaks
|
||||
|
|
Loading…
Reference in New Issue
Block a user