| Message ID | 20260204063226.4066285-1-Qi.Chen@windriver.com |
|---|---|
| State | New |
| Headers | show |
| Series | nerdctl: add -buildmode=pie to avoid textrel QA error | expand |
Sorry, please ignore this patch. I'll send to the correct mailing list. Regards, Qi On 2/4/26 14:32, Chen Qi via lists.openembedded.org wrote: > From: Chen Qi <Qi.Chen@windriver.com> > > On qemuarm, building nerdctl fails with QA error about textrel. > Add '-buildmode=pie' to fix this issue. > > Signed-off-by: Chen Qi <Qi.Chen@windriver.com> > --- > recipes-containers/nerdctl/nerdctl_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb > index 1c37bcf8..5429e6e6 100644 > --- a/recipes-containers/nerdctl/nerdctl_git.bb > +++ b/recipes-containers/nerdctl/nerdctl_git.bb > @@ -78,7 +78,7 @@ do_compile() { > export CGO_LDFLAGS="${LDFLAGS} --sysroot=${STAGING_DIR_TARGET}" > > # -trimpath removes build paths from the binary (required for reproducible builds) > - oe_runmake GO=${GO} BUILDTAGS="${BUILDTAGS}" GO_BUILD_FLAGS="-trimpath -modcacherw" binaries > + oe_runmake GO=${GO} BUILDTAGS="${BUILDTAGS}" GO_BUILD_FLAGS="-trimpath -modcacherw -buildmode=pie" binaries > } > > do_install() { > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#230496): https://lists.openembedded.org/g/openembedded-core/message/230496 > Mute This Topic: https://lists.openembedded.org/mt/117630452/7304865 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [Qi.Chen@eng.windriver.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb index 1c37bcf8..5429e6e6 100644 --- a/recipes-containers/nerdctl/nerdctl_git.bb +++ b/recipes-containers/nerdctl/nerdctl_git.bb @@ -78,7 +78,7 @@ do_compile() { export CGO_LDFLAGS="${LDFLAGS} --sysroot=${STAGING_DIR_TARGET}" # -trimpath removes build paths from the binary (required for reproducible builds) - oe_runmake GO=${GO} BUILDTAGS="${BUILDTAGS}" GO_BUILD_FLAGS="-trimpath -modcacherw" binaries + oe_runmake GO=${GO} BUILDTAGS="${BUILDTAGS}" GO_BUILD_FLAGS="-trimpath -modcacherw -buildmode=pie" binaries } do_install() {