Skip to content

Commit 6748da9

Browse files
authored
next try
1 parent 9ff28c9 commit 6748da9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/install-esp-idf.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ if [ "$IDF_TAG" ]; then
5252
git -C "$IDF_PATH" checkout "tags/$IDF_TAG"
5353
idf_was_installed="1"
5454
elif [ "$IDF_COMMIT" ]; then
55+
git remote add cherrypick https://github.com/$IDF_REPO.git
56+
git fetch cherrypick release/v5.3
5557
echo "Checkout commit $IDF_COMMIT from branch $IDF_BRANCH"
5658
git -C "$IDF_PATH" checkout "$IDF_COMMIT"
5759
git switch -c work
58-
git submodule update --recursive
59-
git fetch origin release/v5.3
60+
git submodule update --recursive
6061
git cherry-pick d3354f2c65368f716dee48ed8bccf33372bf1c5e
6162
commit_predefined="1"
6263
fi

0 commit comments

Comments
 (0)