Downgrade MicroPython
continuous-integration/drone Build is passing Details

This commit is contained in:
Lauri Võsandi 2022-03-15 16:44:15 +02:00 committed by Lauri Võsandi
parent 366da97b46
commit ec77627535
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ RUN : \
&& apt-get install -y pkg-config \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*
RUN git clone --depth 1 -b v1.18 https://github.com/micropython/micropython.git /src
RUN git clone --depth 1 -b v1.17 https://github.com/micropython/micropython.git /src
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"