[CRIU] [PATCH 4/5] scripts/build/Dockerfile.rawhide: rm

Kir Kolyshkin kolyshkin at gmail.com
Fri Mar 16 00:09:40 MSK 2018


It is not used, probably was committed by mistake.

Fixes: 2d093a170227 ("travis: add a job to test on the fedora rawhide")
Signed-off-by: Kir Kolyshkin <kolyshkin at gmail.com>
---
 scripts/build/Dockerfile.rawhide | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 scripts/build/Dockerfile.rawhide

diff --git a/scripts/build/Dockerfile.rawhide b/scripts/build/Dockerfile.rawhide
deleted file mode 100644
index b5080d41..00000000
--- a/scripts/build/Dockerfile.rawhide
+++ /dev/null
@@ -1,14 +0,0 @@
-FROM fedora:rawhide
-
-ARG CC=gcc
-
-RUN dnf install -y git gcc make
-RUN dnf install -y protobuf-devel protobuf-c-devel libaio-devel libcap-devel libnl3-devel libnet-devel
-RUN dnf install -y python ccache libasan findutils tar python-yaml protobuf-python iptables iproute python-ipaddr procps-ng
-
-COPY . /criu
-WORKDIR /criu
-RUN make mrproper && make -j $(nproc)
-
-RUN pip install protobuf
-RUN make -C test/zdtm/static env00
-- 
2.14.1



More information about the CRIU mailing list