Skip to content

Commit

Permalink
Fix esp Docker build - now it will stay fixed (#12996)
Browse files Browse the repository at this point in the history
* Update to latest  esp checkout, stop doing shallow checkouts so we can grab older commits

* Update chip build version

Co-authored-by: Andrei Litvin <andreilitvin@google.com>
  • Loading branch information
2 people authored and pull[bot] committed Feb 24, 2022
1 parent 7aa4ea4 commit 1508316
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integrations/docker/images/chip-build-esp32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN set -x \
&& : # last line

RUN set -x \
&& git clone --depth 1 --recursive -b release/v4.4 https://github.com/espressif/esp-idf.git /tmp/esp-idf \
&& git -C /tmp/esp-idf checkout e104dd7f27d2e73ab0e9b614dd7b9295099069bf \
&& git clone --recursive -b release/v4.4 https://github.com/espressif/esp-idf.git /tmp/esp-idf \
&& git -C /tmp/esp-idf checkout f23dcd3555cd59dfd44f4d7fbf2242c9827f91f1 \
&& : # last line

FROM connectedhomeip/chip-build:${VERSION}
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.38 Version bump reason: [Ameba] Support pigweed-app
0.5.39 Version bump reason: Push ESP forward, stop using 'depth 1' for checkouts

0 comments on commit 1508316

Please sign in to comment.