summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python
diff options
context:
space:
mode:
authorLi Zhou <li.zhou@windriver.com>2026-04-08 16:40:52 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-04-09 13:51:26 +0000
commit6eacd900611a08487f72112163f34be339277b7f (patch)
tree03b9a820dc73c005a7ecfd3e31593cfe9ead79bc /recipes-devtools/python
parent327bc4131e0ee6116bc9e38fe01c872580be92d0 (diff)
downloadmeta-virtualization-6eacd900611a08487f72112163f34be339277b7f.tar.gz
yq: fix do_compile failure caused by CGO_ENABLED="0"
New version of yq need set CGO_ENABLED="0" when compiling, and this causes do_compile failure for 32 bits target as below: -buildmode=pie requires external (cgo) linking, but cgo is not enabled Tool go's internal linker doesn't support PIE for linux 32 bits target, so -buildmode=pie requires external (cgo) linking on ARM and x86. To fix this conflict with CGO_ENABLED="0", remove "-buildmode=pie" from GOBUILDFLAGS. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python')
0 files changed, 0 insertions, 0 deletions