diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-09-15 09:18:21 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-09-15 09:18:21 -0400 |
commit | a61f6ea090891356bdddd3b63fa2fee228fd38af (patch) | |
tree | c7d7461e10fe7c494791b269347783a11b2a1e67 /recipes-containers/containerd/containerd-opencontainers/0001-build-don-t-use-gcflags-to-define-trimpath.patch | |
parent | c278a0594889c5a9764ca1a8207bd0514d3d128a (diff) | |
download | meta-virtualization-a61f6ea090891356bdddd3b63fa2fee228fd38af.tar.gz |
containerd: fix final TMDIR references
restructure the containerd source layout to avoid symlinking vendor
dependencies. This avoid go recording paths in the final binaries.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/containerd/containerd-opencontainers/0001-build-don-t-use-gcflags-to-define-trimpath.patch')
-rw-r--r-- | recipes-containers/containerd/containerd-opencontainers/0001-build-don-t-use-gcflags-to-define-trimpath.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/containerd/containerd-opencontainers/0001-build-don-t-use-gcflags-to-define-trimpath.patch b/recipes-containers/containerd/containerd-opencontainers/0001-build-don-t-use-gcflags-to-define-trimpath.patch index f1dea5a4..b499de5d 100644 --- a/recipes-containers/containerd/containerd-opencontainers/0001-build-don-t-use-gcflags-to-define-trimpath.patch +++ b/recipes-containers/containerd/containerd-opencontainers/0001-build-don-t-use-gcflags-to-define-trimpath.patch | |||
@@ -13,10 +13,10 @@ Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | |||
13 | Makefile | 1 - | 13 | Makefile | 1 - |
14 | 1 file changed, 1 deletion(-) | 14 | 1 file changed, 1 deletion(-) |
15 | 15 | ||
16 | diff --git git.orig/src/import/Makefile git.orig/src/import/Makefile | 16 | diff --git git.orig/Makefile git.orig/Makefile |
17 | index 4a6c13042..debb57925 100644 | 17 | index 4a6c13042..debb57925 100644 |
18 | --- git.orig/src/import/Makefile | 18 | --- git.orig/Makefile |
19 | +++ git.orig/src/import/Makefile | 19 | +++ git.orig/Makefile |
20 | @@ -130,7 +130,6 @@ TESTFLAGS_RACE= | 20 | @@ -130,7 +130,6 @@ TESTFLAGS_RACE= |
21 | # See Golang issue re: '-trimpath': https://github.com/golang/go/issues/13809 | 21 | # See Golang issue re: '-trimpath': https://github.com/golang/go/issues/13809 |
22 | GO_GCFLAGS=$(shell \ | 22 | GO_GCFLAGS=$(shell \ |