Workaround for frozen module dependency tracking
continuous-integration/drone Build is passing Details

This commit is contained in:
Lauri Võsandi 2022-03-15 11:01:41 +02:00 committed by Lauri Võsandi
parent 6686783010
commit 366da97b46
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ RUN git clone --depth 1 -b v1.18 https://github.com/micropython/micropython.git
RUN cd /src/mpy-cross && make
RUN cd /src/ports/unix && make submodules && make
RUN cd /src/ports/esp32 && bash -c "source /opt/esp/idf/export.sh && make"
RUN rm /src/ports/esp32/build-GENERIC/frozen_content.c
CMD /src/ports/unix/micropython