summaryrefslogtreecommitdiffstats
path: root/recipes-containers/skopeo/files/0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch
Commit message (Collapse)AuthorAgeFilesLines
* skopeo: reprodicibility enable trimpath and stripBruce Ashfield2022-09-131-0/+29
Skopeo is throwing TMPDIR QA warnings due to paths being built into the binaries. We fix this by creating a new variable to pass -trimpath into the build, and also by defining the linker flags -w -s to strip source/path information from the binaries. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>