Skip to content

Commit

Permalink
Merge pull request #28 from auraoupa/update_2024
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
auraoupa authored May 29, 2024
2 parents 38cb9e9 + 4abff63 commit ce7e3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN git clone -b v2.x https://github.com/catchorg/Catch2.git \

# Get nextsimdg source from the dedicated branch for test case
WORKDIR /build
RUN git clone -b june23_demo https://github.com/nextsimdg/nextsimdg.git \
RUN git clone -b develop https://github.com/nextsimdg/nextsimdg.git \
&& cd nextsimdg \
&& cmake -DCMAKE_BUILD_TYPE=Release -B build/ \
&& make -j ${MAX_JOBS} -C build
Expand Down

0 comments on commit ce7e3cc

Please # to comment.