We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b238ea5 commit fa81d3cCopy full SHA for fa81d3c
.github/.devcontainer/Dockerfile
@@ -41,8 +41,6 @@ RUN cd /apps && \
41
42
ENV PICO_EXTRAS_PATH=/apps/pico-extras
43
44
-RUN git clone https://github.com/raspberrypi/openocd.git --depth=1 && \
45
- cd openocd && ./bootstrap && ./configure --enable-ftdi --enable-sysfsgpio --enable-picoprobe && make -j 8 install
46
RUN cd /apps && git clone https://github.com/raspberrypi/picotool.git --depth=1 && \
47
cd picotool && mkdir build && cd build && cmake ../ && make -j 8 && cp picotool /usr/local/bin
48
RUN cd /apps && git clone https://github.com/wtarreau/bootterm.git --depth=1 && \
0 commit comments