Skip to content

Commit 41bda16

Browse files
committed
test: remove static libseccomp build
Signed-off-by: Egor Lazarchuk <[email protected]>
1 parent 969ac56 commit 41bda16

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tools/devctr/Dockerfile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -139,22 +139,6 @@ RUN cd /usr/include/$ARCH-linux-musl \
139139
&& ln -s ../linux linux \
140140
&& ln -s ../asm-generic asm-generic
141141

142-
# Install static version of libseccomp
143-
#
144-
RUN apt-get update \
145-
&& apt-get -y install \
146-
libtool gperf \
147-
&& git clone https://github.com/seccomp/libseccomp /tmp/libseccomp \
148-
&& cd /tmp/libseccomp \
149-
&& ./autogen.sh \
150-
&& CC="musl-gcc -static" ./configure --enable-static=yes --enable-shared=false \
151-
&& make install \
152-
&& cd \
153-
&& apt-get purge -y \
154-
libtool gperf \
155-
&& apt-get autoremove -y \
156-
&& rm -rf /tmp/libseccomp
157-
158142
# Build iperf3-vsock
159143
RUN mkdir "$TMP_BUILD_DIR" && cd "$TMP_BUILD_DIR" \
160144
&& git clone https://github.com/stefano-garzarella/iperf-vsock \

0 commit comments

Comments
 (0)