]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: docker - add flake8, remove infer
authorTomas Krizek <tomas.krizek@nic.cz>
Thu, 18 Jan 2018 16:16:58 +0000 (17:16 +0100)
committerPetr Špaček <petr.spacek@nic.cz>
Fri, 19 Jan 2018 09:08:59 +0000 (10:08 +0100)
We do not use Infer after all (see MR !435) so it does not make sense to
have it in the image.

ci/Dockerfile

index 91f22323fbaab307d47355b2fd67233cf5d729f3..7a72190aaa4177570c00154fa9394b986cf0fe99 100644 (file)
@@ -54,6 +54,7 @@ RUN rm -rf /tmp/resolver-benchmarking
 
 # Python static analysis for respdiff
 RUN pip3 install mypy
+RUN pip3 install flake8
 
 # Unbound for respdiff
 RUN apt-get install unbound unbound-anchor -y -qqq
@@ -72,6 +73,3 @@ RUN luarocks install luacov
 
 # LuaJIT binary for stand-alone scripting
 RUN apt-get install -y -qqq luajit
-
-# infer for static analysis
-RUN wget -q -O - https://github.com/facebook/infer/releases/download/v0.13.0/infer-linux64-v0.13.0.tar.xz | tar xJ && mv infer-linux64* /var/opt/infer