[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-arm] [PATCH v2 09/16] tests/docker: add fedora-cris-cross compiler
From: |
Alex Bennée |
Subject: |
[Qemu-arm] [PATCH v2 09/16] tests/docker: add fedora-cris-cross compilers |
Date: |
Thu, 28 Feb 2019 20:25:30 +0000 |
Signed-off-by: Alex Bennée <address@hidden>
---
tests/docker/dockerfiles/fedora-cris-cross.docker | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 tests/docker/dockerfiles/fedora-cris-cross.docker
diff --git a/tests/docker/dockerfiles/fedora-cris-cross.docker
b/tests/docker/dockerfiles/fedora-cris-cross.docker
new file mode 100644
index 0000000000..b168ada615
--- /dev/null
+++ b/tests/docker/dockerfiles/fedora-cris-cross.docker
@@ -0,0 +1,8 @@
+#
+# Cross compiler for cris system tests
+#
+
+FROM fedora:latest
+ENV PACKAGES gcc-cris-linux-gnu
+RUN dnf install -y $PACKAGES
+RUN rpm -q $PACKAGES | sort > /packages.txt
--
2.20.1
- [Qemu-arm] [PATCH v2 05/16] tests/tcg/mips: fix hello-mips compilation, (continued)
- [Qemu-arm] [PATCH v2 08/16] tests/tcg/arm: add ARMv6-M UNDEFINED 32-bit instruction test, Alex Bennée, 2019/02/28
- [Qemu-arm] [PATCH v2 06/16] tests/docker: add debian-xtensa-cross image, Alex Bennée, 2019/02/28
- [Qemu-arm] [PATCH v2 09/16] tests/docker: add fedora-cris-cross compilers,
Alex Bennée <=
- [Qemu-arm] [PATCH v2 12/16] tests/tcg/cris: comment out the ccs test, Alex Bennée, 2019/02/28
- [Qemu-arm] [PATCH v2 15/16] .travis.yml: separate softfloat from check-tcg, Alex Bennée, 2019/02/28
- [Qemu-arm] [PATCH v2 11/16] tests/tcg/cris: cleanup sys.c, Alex Bennée, 2019/02/28
- [Qemu-arm] [PATCH v2 10/16] tests/tcg: split cris tests into bare and libc directories, Alex Bennée, 2019/02/28
- [Qemu-arm] [PATCH v2 14/16] tests/tcg: enable cris base user-mode tests, Alex Bennée, 2019/02/28
- [Qemu-arm] [PATCH v2 13/16] tests/tcg/cris: align mul operations, Alex Bennée, 2019/02/28
- [Qemu-arm] [PATCH v2 16/16] .travis.yml: add softmmu check-tcg tests, Alex Bennée, 2019/02/28
- Re: [Qemu-arm] [Qemu-devel] [PATCH v2 00/16] Enabling tcg/tests for cris and system mode xtensa & arm, no-reply, 2019/02/28