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

docker: also build femu

parent 79c18eea
......@@ -8,5 +8,7 @@ RUN git submodule update --init sims/external/qemu \
RUN git submodule update --init sims/external/gem5 \
&& make -j `nproc` sims/external/gem5/ready \
&& bash docker/cleanup_gem5.sh
RUN git submodule update --init sims/external/femu \
&& make -j `nproc` sims/external/femu/ready
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