Skip to content

Commit d0fcd6d

Browse files
Merge pull request #85 from pranavprakash20/script_fix
[ScriptFix] Add submodule --recursive to build script
2 parents 2e88a14 + f77cf67 commit d0fcd6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: build_scripts/ganesha-build/build-ganesha.sh

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ fi
4444
git clone --depth=1 https://github.com/nfs-ganesha/nfs-ganesha.git
4545
pushd nfs-ganesha
4646

47+
# update libntirpc
48+
git submodule update --recursive --init || git submodule sync
49+
4750
# switch to the branch we want to build
4851
# git checkout ${GERRIT_BRANCH}
4952
#

0 commit comments

Comments
 (0)