tools/ci.sh: Use a specific ESP IDF v4.4 commit.

There is no release of IDF v4.4 yet but master is now on v5.0-dev so a
specific commit must be chosen to stick to v4.4.

Signed-off-by: Damien George <damien@micropython.org>
pull/7927/head
Damien George 2021-10-25 16:38:25 +11:00
rodzic 9f6604eb27
commit 64e4bae129
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -107,7 +107,8 @@ function ci_esp32_idf402_setup {
}
function ci_esp32_idf44_setup {
ci_esp32_setup_helper master
# This commit is just before v5.0-dev
ci_esp32_setup_helper 142bb32c50fa9875b8b69fa539a2d59559460d72
}
function ci_esp32_build {