Workaround for frozen module dependency tracking
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
6686783010
commit
366da97b46
@ -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/mpy-cross && make
|
||||||
RUN cd /src/ports/unix && make submodules && make
|
RUN cd /src/ports/unix && make submodules && make
|
||||||
RUN cd /src/ports/esp32 && bash -c "source /opt/esp/idf/export.sh && 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
|
CMD /src/ports/unix/micropython
|
||||||
|
Loading…
Reference in New Issue
Block a user