mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
tests/docker: support travis test with fedora image
Install sparse and PyYAML. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 1465224417-141321-6-git-send-email-pbonzini@redhat.com Signed-off-by: Fam Zheng <famz@redhat.com>
This commit is contained in:
parent
8080214dc8
commit
78465d74c2
@ -1,7 +1,7 @@
|
||||
FROM fedora:23
|
||||
RUN dnf install -y \
|
||||
ccache git tar flex bison \
|
||||
ccache git tar PyYAML sparse flex bison \
|
||||
glib2-devel pixman-devel zlib-devel SDL-devel libfdt-devel \
|
||||
gcc gcc-c++ clang make perl which bc findutils \
|
||||
mingw{32,64}-{pixman,glib2,gmp,SDL,pkg-config,gtk2,gtk3,gnutls,nettle,libtasn1,libjpeg-turbo,libpng,curl,libssh2,bzip2}
|
||||
ENV FEATURES mingw clang
|
||||
ENV FEATURES mingw clang pyyaml
|
||||
|
Loading…
Reference in New Issue
Block a user