"...composable_kernel_rocm.git" did not exist on "adb3615d1a8db9bfc1a53987443d48df20f87cc7"
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 ...@@ -2,7 +2,8 @@ FROM simbricks-build AS simbricks-obj
COPY . /simbricks COPY . /simbricks
WORKDIR /simbricks WORKDIR /simbricks
RUN make -j `nproc` ENABLE_VERILATOR=y 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 && bash docker/cleanup_external.sh
RUN make -j `nproc` build-images-min COMPRESSED_IMAGES=true \ RUN make -j `nproc` build-images-min COMPRESSED_IMAGES=true \
&& bash docker/cleanup_images.sh && 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