1 config BR2_PACKAGE_RUNC
3 depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
4 depends on BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
5 depends on BR2_TOOLCHAIN_HAS_THREADS
7 runC is a CLI tool for spawning and running containers
8 according to the OCP specification.
10 https://github.com/opencontainers/runc
12 comment "runc needs a toolchain w/ threads"
13 depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS && \
14 BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
15 depends on !BR2_TOOLCHAIN_HAS_THREADS