Skip to content

Commit

Permalink
Remove libdwarf for docker (#116)
Browse files Browse the repository at this point in the history
* Update pull_request.yml

* Update pull_request.yml

* remove libdwarf for docker
  • Loading branch information
Shinji-IkariG authored Jan 10, 2024
1 parent 8044c5d commit 2af3e00
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 721 deletions.
46 changes: 0 additions & 46 deletions docker/aarch64/centos-7.Dockerfile

This file was deleted.

50 changes: 0 additions & 50 deletions docker/aarch64/centos-8.Dockerfile

This file was deleted.

44 changes: 0 additions & 44 deletions docker/aarch64/ubuntu-1604.Dockerfile

This file was deleted.

44 changes: 0 additions & 44 deletions docker/aarch64/ubuntu-1804.Dockerfile

This file was deleted.

45 changes: 0 additions & 45 deletions docker/aarch64/ubuntu-2004.Dockerfile

This file was deleted.

45 changes: 0 additions & 45 deletions docker/aarch64/ubuntu-2110.Dockerfile

This file was deleted.

45 changes: 0 additions & 45 deletions docker/aarch64/ubuntu-2204.Dockerfile

This file was deleted.

10 changes: 0 additions & 10 deletions docker/buildx/centos-7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0
&& ./cmake-3.20.0-linux-$(uname -m).sh --skip-license --prefix=/usr/local \
&& rm cmake-3.20.0-linux-$(uname -m).sh

# Install libdwarf-20200114
RUN wget --no-check-certificate https://www.prevanders.net/libdwarf-20200114.tar.gz \
&& tar -xzf libdwarf-20200114.tar.gz \
&& cd libdwarf-20200114 \
&& ./configure \
&& make \
&& make install \
&& cd .. \
&& rm -rf libdwarf-20200114 libdwarf-20200114.tar.gz

# Install ossutil
RUN curl https://gosspublic.alicdn.com/ossutil/install.sh | bash

Expand Down
10 changes: 0 additions & 10 deletions docker/buildx/centos-8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,6 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0
&& ./cmake-3.20.0-linux-$(uname -m).sh --skip-license --prefix=/usr/local \
&& rm cmake-3.20.0-linux-$(uname -m).sh

# Install libdwarf-20200114
RUN wget --no-check-certificate https://www.prevanders.net/libdwarf-20200114.tar.gz \
&& tar -xzf libdwarf-20200114.tar.gz \
&& cd libdwarf-20200114 \
&& ./configure \
&& make \
&& make install \
&& cd .. \
&& rm -rf libdwarf-20200114 libdwarf-20200114.tar.gz

# Install ossutil
RUN curl https://gosspublic.alicdn.com/ossutil/install.sh | bash

Expand Down
10 changes: 0 additions & 10 deletions docker/buildx/rockylinux-8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v3.20.0/cmake-3.20.0
&& ./cmake-3.20.0-linux-$(uname -m).sh --skip-license --prefix=/usr/local \
&& rm cmake-3.20.0-linux-$(uname -m).sh

# Install libdwarf-20200114
RUN wget --no-check-certificate https://www.prevanders.net/libdwarf-20200114.tar.gz \
&& tar -xzf libdwarf-20200114.tar.gz \
&& cd libdwarf-20200114 \
&& ./configure \
&& make \
&& make install \
&& cd .. \
&& rm -rf libdwarf-20200114 libdwarf-20200114.tar.gz

# Install ossutil
RUN curl https://gosspublic.alicdn.com/ossutil/install.sh | bash

Expand Down
1 change: 0 additions & 1 deletion docker/buildx/ubuntu-2004.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN apt update \
gperf \
gettext \
ninja-build \
libdwarf-dev \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down
1 change: 0 additions & 1 deletion docker/buildx/ubuntu-2204.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ RUN apt update \
gperf \
gettext \
ninja-build \
libdwarf-dev \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down
Loading

0 comments on commit 2af3e00

Please sign in to comment.