]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
tests: remove old Dockerfile.wheezy
authorVincent Bernat <vincent@bernat.ch>
Mon, 21 Jun 2021 21:41:49 +0000 (23:41 +0200)
committerVincent Bernat <vincent@bernat.ch>
Mon, 21 Jun 2021 21:41:49 +0000 (23:41 +0200)
It does not work anymore as wheezy is too old.

tests/Dockerfile.wheezy [deleted file]

diff --git a/tests/Dockerfile.wheezy b/tests/Dockerfile.wheezy
deleted file mode 100644 (file)
index bf0aa28..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# Build on Wheezy. We use i386 because it's on amd64, it would require
-# a kernel with vsyscalls enabled.
-FROM i386/debian:wheezy
-
-RUN sed -i \
-        -e 's/deb.debian.org/archive.debian.org/' \
-        -e 's/security.debian.org/archive.debian.org/' \
-        -e '/wheezy-updates/d' \
-        /etc/apt/sources.list
-RUN apt-get -qqy -o Acquire::Check-Valid-Until=false update
-RUN apt-get -qqy install build-essential devscripts fakeroot
-
-COPY . /usr/src/lldpd
-WORKDIR /usr/src/lldpd
-
-RUN mk-build-deps -i debian/control -t "apt-get -o Debug::pkgProblemResolver=yes -qqy"
-RUN debian/rules build && fakeroot debian/rules binary