Skip to content

Commit 5773089

Browse files
andy31415andreilitvin
authored andcommitted
Fix esp Docker build - now it will stay fixed (#12996)
* Update to latest esp checkout, stop doing shallow checkouts so we can grab older commits * Update chip build version Co-authored-by: Andrei Litvin <[email protected]>
1 parent c2f8900 commit 5773089

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integrations/docker/images/chip-build-esp32/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN set -x \
1010
&& : # last line
1111

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

1717
FROM connectedhomeip/chip-build:${VERSION}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.38 Version bump reason: [Ameba] Support pigweed-app
1+
0.5.39 Version bump reason: Push ESP forward, stop using 'depth 1' for checkouts

0 commit comments

Comments
 (0)