Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 3cb1f1d

Browse files
Merge pull request #89 from aurora-multiphysics/HenriqueBR/deps_fix
Rolls back MOOSE to last known working commit, after docker build issues following the merge of the capabilities registry
2 parents e3ed3a0 + 0ed7603 commit 3cb1f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/platypus-deps/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ RUN cmake -G Ninja -DMFEM_DIR=/$WORKDIR/mfem/build .. && \
150150
WORKDIR /$WORKDIR
151151
RUN git clone https://github.com/idaholab/moose
152152
WORKDIR /$WORKDIR/moose
153-
RUN git checkout master && \
153+
RUN git checkout 6924a39be39d5bfd9093b72179e37e5b7d21f46f && \
154154
export MOOSE_JOBS=$compile_cores && \
155155
export PETSC_DIR=/$WORKDIR/petsc && \
156156
export CC=mpicc && \

0 commit comments

Comments
 (0)