]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/docker: add fedora-cris-cross compilers
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 6 Dec 2018 17:55:22 +0000 (17:55 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 12 Mar 2019 17:05:21 +0000 (17:05 +0000)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/docker/dockerfiles/fedora-cris-cross.docker [new file with mode: 0644]

diff --git a/tests/docker/dockerfiles/fedora-cris-cross.docker b/tests/docker/dockerfiles/fedora-cris-cross.docker
new file mode 100644 (file)
index 0000000..b168ada
--- /dev/null
@@ -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