diff options
author | Richard Henderson | 2021-10-26 12:22:11 +0200 |
---|---|---|
committer | Alex Bennée | 2021-11-04 11:31:32 +0100 |
commit | 2eb4461ad51724b608f13def13e27ff28dd06c6b (patch) | |
tree | 7ffd2dc113cb449c09965f661ffc5d87ed15605e /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (diff) | |
download | qemu-2eb4461ad51724b608f13def13e27ff28dd06c6b.tar.gz qemu-2eb4461ad51724b608f13def13e27ff28dd06c6b.tar.xz qemu-2eb4461ad51724b608f13def13e27ff28dd06c6b.zip |
tests/docker: Add debian-nios2-cross image
Build the entire cross tool chain from source.
For this reason, default to caching.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
[AJB: honour NOUSER in cached fetch and build, update MAINTAINERS]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20211014224435.2539547-6-richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-Id: <20211026102234.3961636-6-alex.bennee@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7e31135768..ea081bdbd1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -250,6 +250,7 @@ F: target/nios2/ F: hw/nios2/ F: disas/nios2.c F: configs/devices/nios2-softmmu/default.mak +F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh OpenRISC TCG CPUs M: Stafford Horne <shorne@gmail.com> |