support/testing: build a glibc toolchain for docker / docker-compose tests
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 12 Feb 2019 13:15:03 +0000 (14:15 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 12 Feb 2019 19:03:46 +0000 (20:03 +0100)
commit11c55c94da9a51f0448a1ae869065736993e1787
treedb7a7e1a45eab6219ffa40ec710e0c490ca8d781
parent2e060d64e21a8f4dd8943acdbc3e1e563df13aba
support/testing: build a glibc toolchain for docker / docker-compose tests

runc (which is a reverse dependency of docker-engine) is about to gain a
!uclibc dependency, so move to a glibc toolchain instead.

There are currently no prebuilt x86_64 / core2 / glibc toolchains available,
so instead use the internal toolchain backend to build one.

While we are at it, drop the infra.basetest.BASIC_TOOLCHAIN_CONFIG
reference, as that ARM toolchain configuration doesn't make any sense for
this x86-64 based test.

add docker / docker-compose tests

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/testing/tests/package/test_docker_compose.py