Commit cba5c335 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

docker: use submodule to clone qemu repo

parent 59a961d9
......@@ -2,7 +2,8 @@ FROM simbricks-build AS simbricks-obj
COPY . /simbricks
WORKDIR /simbricks
RUN make -j `nproc` ENABLE_VERILATOR=y
RUN make -j `nproc` sims/external/qemu/ready \
RUN git submodule update --init sims/external/qemu \
&& make -j `nproc` sims/external/qemu/ready \
&& bash docker/cleanup_external.sh
RUN make -j `nproc` build-images-min COMPRESSED_IMAGES=true \
&& bash docker/cleanup_images.sh
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment