Skip to content

Commit

Permalink
Update dat3m hash
Browse files Browse the repository at this point in the history
Signed-off-by: h00807494 <[email protected]>
  • Loading branch information
hernan-poncedeleon committed May 17, 2024
1 parent d818f69 commit b4681ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

RUN cd /tmp \
&& git clone --depth 1 --branch "4.1.0" \
https://github.com/hernanponcedeleon/dat3m.git
&& git clone \
https://github.com/hernanponcedeleon/dat3m.git \
&& cd dat3m \
&& git checkout "dd27443ccd6d2efe4e2cf2ebd9db1d2faa6fd5e5"

RUN cd /tmp/dat3m \
&& mvn clean install -DskipTests \
Expand Down

0 comments on commit b4681ed

Please sign in to comment.