Skip to content

Commit

Permalink
git clone --recursive to get tests-sos submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
mrogowski committed Feb 18, 2024
1 parent 6ff2bb9 commit e3d3ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/sos_fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN cd $INSTALL_DIR && \

# Build SOS
RUN cd $INSTALL_DIR && \
git clone https://github.com/Sandia-OpenSHMEM/SOS.git && \
git clone --recursive https://github.com/Sandia-OpenSHMEM/SOS.git && \
cd SOS && \
./autogen.sh && \
# To build SOS w/ basic Libfabric \
Expand Down
2 changes: 1 addition & 1 deletion docker/sos_ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN cd $INSTALL_DIR && \

# Build SOS
RUN cd $INSTALL_DIR && \
git clone https://github.com/Sandia-OpenSHMEM/SOS.git && \
git clone --recursive https://github.com/Sandia-OpenSHMEM/SOS.git && \
cd SOS && \
./autogen.sh && \
# To build SOS w/ basic Libfabric \
Expand Down

0 comments on commit e3d3ab9

Please sign in to comment.