Skip to content

Commit 8a95ab9

Browse files
Build
1 parent 9d19037 commit 8a95ab9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ RUN apt-get update && apt-get install -y \
2525
ca-certificates \
2626
mc
2727

28-
#RUN git clone --depth 1 --branch ${GEM5_VERSION} https://github.com/gem5/gem5.git ${GEM5_DIR}
28+
RUN git clone --depth 1 --branch ${GEM5_VERSION} https://github.com/gem5/gem5.git ${GEM5_DIR}
2929

30-
#RUN cd ${GEM5_DIR} && scons build/ARM/gem5.opt -j"$(nproc)"
30+
RUN cd ${GEM5_DIR} && scons build/ARM/gem5.opt -j"$(nproc)"
3131

32-
#RUN apt-get install -y make gcc g++ g++-12-aarch64-linux-gnu
32+
RUN apt-get install -y make gcc g++ g++-12-aarch64-linux-gnu
3333

3434
WORKDIR /local

0 commit comments

Comments
 (0)