Skip to content

Commit 2525288

Browse files
andy31415andreilitvin
authored andcommitted
Update esp32 4.4. branch forward, to fix dockerfile builds (#12157)
Co-authored-by: Andrei Litvin <[email protected]>
1 parent c7806ea commit 2525288

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN set -x \
1111

1212
RUN set -x \
1313
&& 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 6a7d83af1984b93ebaefa7ca9be36304806c3dc8 \
14+
&& git -C /tmp/esp-idf checkout ddc44956bf718540d5451e17e1becf6c7dffe5b8 \
1515
&& : # last line
1616

1717
FROM connectedhomeip/chip-build:${VERSION}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.29 Version bump reason: [K32W0] Update K32W0 Env variable name
1+
0.5.30 Version bump reason: ESP32 update to newest 4.4 commit: ddc44956bf718540d5451e17e1becf6c7dffe5b8

0 commit comments

Comments
 (0)