mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
The target variant depends on CGO linking, so propagate it to the host variant as well. Fixes: http://autobuild.buildroot.org/results/d6d/d6d6747541b7de8b04598c4c9181693e015ccf44/ Signed-off-by: Yann E. MORIN <yann.morin@orange.com> Cc: Christian Stewart <christian@aperture.us> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
11 lines
369 B
Plaintext
11 lines
369 B
Plaintext
config BR2_PACKAGE_HOST_MOBY_BUILDKIT
|
|
bool "host moby-buildkit"
|
|
depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HOST_GO_HOST_CGO_LINKING_SUPPORTS
|
|
select BR2_PACKAGE_HOST_GO
|
|
help
|
|
BuildKit is a toolkit for converting source code to build
|
|
artifacts in an efficient expressive and repeatable manner.
|
|
|
|
https://github.com/moby/buildkit
|