[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC PATCH 1/6] ci: add Dockerfile for CentOS 7.2
Hi Doug, On 03/13/2018 03:48 PM, Doug Goldstein wrote: On 3/13/18 9:52 AM, Julien Grall wrote:Hi Doug, On 13/03/18 03:31, Doug Goldstein wrote:+# work around https://github.com/moby/moby/issues/10180 +# and install Xen depends +RUN rpm --rebuilddb && \ + yum -y install \ + yum-plugin-ovl \ + gcc \ + gcc-c++ \ + ncurses-devel \ + zlib-devel \ + openssl-devel \ + python-devel \ + libuuid-devel \ + pkgconfig \ + gettext \ + flex \ + bison \ + libaio-devel \ + glib2-devel \ + yajl-devel \ + pixman-devel \ + glibc-devel \ + glibc-devel.i686 \This looks fairly x86. Do you have any plan to add arm support? In any case, the README should explain what architectures are supported. Cheers,Yes it definitely x86. I plan on adding ARM support I just haven't had enough time to gather up what the dependencies need to be. Since its going to be a cross compile environment I need to take the time to setup one. Do you have a recommendation? I'm sure there are docs I just haven't looked at them. To summarize what was said on IRC, I would recommend to use QEMU user-emulation instead. Stefano mentioned he was working on it and will send an e-mail about it. Cheers, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |