Skip to content

Commit d1de531

Browse files
committed
Include the memory leak fix in esp-idf dockerfile
1 parent 5cd8855 commit d1de531

File tree

1 file changed

+2
-0
lines changed
  • integrations/docker/images/stage-2/chip-build-esp32

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ ENV IDF_PATH=/opt/espressif/esp-idf/
2020
ENV IDF_TOOLS_PATH=/opt/espressif/tools
2121

2222
COPY --from=build /tmp/esp-idf /opt/espressif/esp-idf
23+
COPY 0001-fix-esp_netif-Fix-mldv6-report-memory-leak-in-esp_ne.patch /opt/espressif/esp-idf
2324

2425
# Setup the ESP-IDF
2526
WORKDIR /opt/espressif/esp-idf
2627
RUN set -x \
28+
&& patch -p1 < 0001-fix-esp_netif-Fix-mldv6-report-memory-leak-in-esp_ne.patch \
2729
&& ./install.sh \
2830
&& : # last line

0 commit comments

Comments
 (0)