podman-tui: reproducibility, pass -trimpath to fix QA warnings

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2022-09-13 14:45:38 -04:00
parent fce21463ff
commit e167860a87

View File

@ -54,7 +54,7 @@ do_compile() {
export GOFLAGS="-mod=vendor"
# oe_runmake BUILDTAGS="${BUILDTAGS}"
${GO} build -tags "$(BUILDTAGS)" ${GO_LDFLAGS} -o bin/podman-tui
${GO} build -trimpath -tags "$(BUILDTAGS)" ${GO_LDFLAGS} -o bin/podman-tui
}
do_install() {