Skip to content

Commit

Permalink
Updating Dockerfile with experimental build
Browse files Browse the repository at this point in the history
I'm not certain if this will work as I want, but shall see.
  • Loading branch information
BobbyRBruce committed Feb 23, 2023
1 parent 35b93b2 commit a3e0045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN git clone https://gem5.googlesource.com/public/gem5 /gem5

WORKDIR /gem5

RUN git checkout 3bb19be083d38249d1e1652184d05b0e6406a660
RUN scons -j`nproc` build/ALL/gem5.fast

FROM gcr.io/gem5-test/ubuntu-22.04_all-dependencies:latest
Expand Down

0 comments on commit a3e0045

Please sign in to comment.