We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d19037 commit 8a95ab9Copy full SHA for 8a95ab9
1 file changed
Dockerfile
@@ -25,10 +25,10 @@ RUN apt-get update && apt-get install -y \
25
ca-certificates \
26
mc
27
28
-#RUN git clone --depth 1 --branch ${GEM5_VERSION} https://github.com/gem5/gem5.git ${GEM5_DIR}
+RUN git clone --depth 1 --branch ${GEM5_VERSION} https://github.com/gem5/gem5.git ${GEM5_DIR}
29
30
-#RUN cd ${GEM5_DIR} && scons build/ARM/gem5.opt -j"$(nproc)"
+RUN cd ${GEM5_DIR} && scons build/ARM/gem5.opt -j"$(nproc)"
31
32
-#RUN apt-get install -y make gcc g++ g++-12-aarch64-linux-gnu
+RUN apt-get install -y make gcc g++ g++-12-aarch64-linux-gnu
33
34
WORKDIR /local
0 commit comments