Skip to content

Commit 6557f37

Browse files
authored
Merge pull request #5 from ezyang/pr/init-submodules
Initialize submodules in build.
2 parents 1f5a206 + d71c437 commit 6557f37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jenkins/pytorch/build_nimbix.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ git clone https://github.com/pytorch/$PROJECT --quiet
184184
cd $PROJECT
185185
git fetch --tags https://github.com/pytorch/$PROJECT +refs/pull/*:refs/remotes/origin/pr/* --quiet
186186
git checkout $GIT_BRANCH
187+
git submodule update --init --recursive
187188

188189
if [ "$OS" == "OSX" ]; then
189190
export MACOSX_DEPLOYMENT_TARGET=10.9

0 commit comments

Comments
 (0)