Skip to content

Commit

Permalink
[D] remove openocd in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
luswdev committed Apr 13, 2023
1 parent e9f6682 commit 430c64e
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions docker/toolchain.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ RUN apt-get install -y \
gcc \
g++ \
libssl-dev \
git \
perl \
cpanminus \
libtool \
autoconf \
automake \
pkgconf \
bzip2

ARG TOOLCHAIN_PLAT=x86_64-linux
Expand All @@ -38,19 +31,3 @@ RUN cd cmake-$CMAKE_VER && make install

RUN rm -rf cmake.tar.gz cmake-$CMAKE_VER

RUN cmake --version

ARG OPENOCD_VER=v0.12.0

RUN git clone https://git.code.sf.net/p/openocd/code openocd
RUN cd openocd && git checkout $OPENOCD_VER

RUN cd openocd && ./bootstrap
RUN cd openocd && ./configure
RUN cd openocd && make
RUN cd openocd && make install

RUN rm -rf openocd

RUN cpanm install Net::Telnet
RUN rm -fr root/.cpanm

0 comments on commit 430c64e

Please sign in to comment.