mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-27 20:18:57 +00:00
Merge pull request #1966 from devimc/2021-06-04/fixSnapCerts
tools/packaging: clone meson and dependencies before building QEMU
This commit is contained in:
commit
16a835e4a0
@ -59,6 +59,9 @@ ARG QEMU_VERSION
|
|||||||
RUN git checkout "${QEMU_VERSION}"
|
RUN git checkout "${QEMU_VERSION}"
|
||||||
RUN git clone https://github.com/qemu/capstone.git capstone
|
RUN git clone https://github.com/qemu/capstone.git capstone
|
||||||
RUN git clone https://github.com/qemu/keycodemapdb.git ui/keycodemapdb
|
RUN git clone https://github.com/qemu/keycodemapdb.git ui/keycodemapdb
|
||||||
|
RUN git clone https://github.com/qemu/meson.git meson
|
||||||
|
RUN git clone https://github.com/qemu/berkeley-softfloat-3.git tests/fp/berkeley-softfloat-3
|
||||||
|
RUN git clone https://github.com/qemu/berkeley-testfloat-3.git tests/fp/berkeley-testfloat-3
|
||||||
|
|
||||||
ADD scripts/configure-hypervisor.sh /root/configure-hypervisor.sh
|
ADD scripts/configure-hypervisor.sh /root/configure-hypervisor.sh
|
||||||
ADD qemu /root/kata_qemu
|
ADD qemu /root/kata_qemu
|
||||||
|
Loading…
Reference in New Issue
Block a user