diff options
| author | Damien George <damien@micropython.org> | 2021-10-25 16:38:25 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-10-25 23:58:44 +1100 |
| commit | 64e4bae129263278f72a6c3494f1e67c7895fcdd (patch) | |
| tree | adecb801e52b578f5667ec4bd360d98a8a06f20e | |
| parent | 9f6604eb2723c48bfe712a57801d0c7f14c6fbda (diff) | |
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>
| -rwxr-xr-x | tools/ci.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index 407ea0457..f9b90b968 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -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 { |
