We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87b84a commit 6525bb9Copy full SHA for 6525bb9
build/compileSU2.sh
@@ -44,7 +44,7 @@ if [ ! -z "$branch" ]; then
44
mkdir "src"
45
fi
46
cd "src"
47
- git clone --recursive https://github.com/su2code/SU2 $name
+ git clone --recursive --depth=1 --shallow-submodules https://github.com/su2code/SU2 $name
48
cd $name
49
git config --add remote.origin.fetch '+refs/pull/*/merge:refs/remotes/origin/refs/pull/*/merge'
50
git config --add remote.origin.fetch '+refs/heads/*:refs/remotes/origin/refs/heads/*'
0 commit comments