Files
buildroot/package/runc/Config.in.host
Yann E. MORIN fe2b0ad459 package/runc: needs CGO linking for host
The target variant depends on CGO linking, so propagate it to the host
variant as well.

Fixes: http://autobuild.buildroot.org/results/30b/30b81b6f84613296b9e1f162e5ddd7f25b89ba23/

Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
Cc: Christian Stewart <christian@aperture.us>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-09-03 23:14:10 +02:00

11 lines
330 B
Plaintext

config BR2_PACKAGE_HOST_RUNC
bool "host runc"
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
runC is a CLI tool for spawning and running containers
according to the OCI specification.
https://github.com/opencontainers/runc