Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skopeo: reprodicibility enable trimpath and strip | Bruce Ashfield | 2022-09-13 | 1 | -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> |