Skip to content

Commit a5737e6

Browse files
authored
try to fix cherry-pick
1 parent 2b40a5c commit a5737e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/install-esp-idf.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ if [ "$IDF_TAG" ]; then
5252
git -C "$IDF_PATH" checkout "tags/$IDF_TAG"
5353
idf_was_installed="1"
5454
elif [ "$IDF_COMMIT" ]; then
55+
echo "Checkout commit $IDF_COMMIT from branch $IDF_BRANCH"
5556
git -C "$IDF_PATH" checkout "$IDF_COMMIT"
57+
git switch -c work
58+
git submodule update --recursive
5659
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
5760
commit_predefined="1"
5861
fi

0 commit comments

Comments
 (0)