diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2023-10-29 14:50:19 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2023-10-31 13:28:30 +0000 |
commit | cb8715bf0ce2d8347729bbaf19e236be95d58084 (patch) | |
tree | 94b0fa7f7d8ee69a04b66041defe67e58eefa587 /tests/docker/Makefile.include | |
parent | 6f6c399976933d3c77cb0f516d5d8bbfc0fad2b0 (diff) | |
download | qemu-cb8715bf0ce2d8347729bbaf19e236be95d58084.zip qemu-cb8715bf0ce2d8347729bbaf19e236be95d58084.tar.gz qemu-cb8715bf0ce2d8347729bbaf19e236be95d58084.tar.bz2 |
gitlab: add build-loongarch to matrix
We have the compiler and with a few updates a container that can build
QEMU so we should at least run the check-tcg smoke tests.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231029145033.592566-6-alex.bennee@linaro.org>
Diffstat (limited to 'tests/docker/Makefile.include')
-rw-r--r-- | tests/docker/Makefile.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include index ab68b2d..5635d15 100644 --- a/tests/docker/Makefile.include +++ b/tests/docker/Makefile.include @@ -125,7 +125,6 @@ docker-image-debian-nios2-cross: $(DOCKER_FILES_DIR)/debian-toolchain.docker \ DOCKER_PARTIAL_IMAGES += debian-alpha-cross DOCKER_PARTIAL_IMAGES += debian-powerpc-test-cross DOCKER_PARTIAL_IMAGES += debian-hppa-cross -DOCKER_PARTIAL_IMAGES += debian-loongarch-cross DOCKER_PARTIAL_IMAGES += debian-m68k-cross debian-mips64-cross DOCKER_PARTIAL_IMAGES += debian-microblaze-cross DOCKER_PARTIAL_IMAGES += debian-mips-cross |