Makefile.include (17cd6e2bbffa740ee44b9b651e70d56175c17e03) Makefile.include (cf63177e59206afbfe7c8c904fad72bb7ebf59ae)
1# Makefile for Docker tests
2
3.PHONY: docker docker-test docker-clean docker-image docker-qemu-src
4
5NULL :=
6SPACE := $(NULL) #
7COMMA := ,
8

--- 123 unchanged lines hidden (view full) ---

132docker-image-debian-riscv64-cross: docker-image-debian10
133docker-image-debian-s390x-cross: docker-image-debian10
134docker-image-debian-sh4-cross: docker-image-debian10
135docker-image-debian-sparc64-cross: docker-image-debian10
136
137docker-image-travis: NOUSER=1
138
139# Specialist build images, sometimes very limited tools
1# Makefile for Docker tests
2
3.PHONY: docker docker-test docker-clean docker-image docker-qemu-src
4
5NULL :=
6SPACE := $(NULL) #
7COMMA := ,
8

--- 123 unchanged lines hidden (view full) ---

132docker-image-debian-riscv64-cross: docker-image-debian10
133docker-image-debian-s390x-cross: docker-image-debian10
134docker-image-debian-sh4-cross: docker-image-debian10
135docker-image-debian-sparc64-cross: docker-image-debian10
136
137docker-image-travis: NOUSER=1
138
139# Specialist build images, sometimes very limited tools
140docker-image-debian-tricore-cross: docker-image-debian9
140docker-image-debian-tricore-cross: docker-image-debian10
141docker-image-debian-all-test-cross: docker-image-debian10
142docker-image-debian-arm64-test-cross: docker-image-debian11
143
144# These images may be good enough for building tests but not for test builds
145DOCKER_PARTIAL_IMAGES += debian-alpha-cross
146DOCKER_PARTIAL_IMAGES += debian-arm64-test-cross
147DOCKER_PARTIAL_IMAGES += debian-hppa-cross
148DOCKER_PARTIAL_IMAGES += debian-m68k-cross debian-mips64-cross

--- 124 unchanged lines hidden ---
141docker-image-debian-all-test-cross: docker-image-debian10
142docker-image-debian-arm64-test-cross: docker-image-debian11
143
144# These images may be good enough for building tests but not for test builds
145DOCKER_PARTIAL_IMAGES += debian-alpha-cross
146DOCKER_PARTIAL_IMAGES += debian-arm64-test-cross
147DOCKER_PARTIAL_IMAGES += debian-hppa-cross
148DOCKER_PARTIAL_IMAGES += debian-m68k-cross debian-mips64-cross

--- 124 unchanged lines hidden ---