Skip to content

Commit 40b6d4b

Browse files
committed
update git submodules in top repo
1 parent 83870a1 commit 40b6d4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/build_steps.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,16 @@ EOF
6060

6161
function clean_code {
6262
set -ex
63-
# Copied from common_utils.sh, with added debugging
6463
local build_commit=$1
6564
[ -z "$build_commit" ] && echo "build_commit not defined" && exit 1
65+
git submodule update --init --recursive
6666
pushd OpenBLAS
6767
git fetch origin --tags
6868
echo after git fetch origin
6969
git checkout $build_commit
7070
echo after git checkout $build_commit
7171
git clean -fxd
7272
echo after git clean
73-
git submodule update --init --recursive
74-
echo after git submodule update
7573
popd
7674
}
7775

0 commit comments

Comments
 (0)