We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3bfae commit 0fefa31Copy full SHA for 0fefa31
1 file changed
build/ubuntu/Dockerfile
@@ -46,12 +46,6 @@ RUN apt-get -q -y update && \
46
COPY ubuntu/make-links.sh /tmp/make-links.sh
47
RUN /tmp/make-links.sh ${compiler_version} && rm /tmp/make-links.sh
48
49
-RUN cd /tmp && \
50
- git clone https://git.kernel.org/pub/scm/devel/sparse/sparse.git && \
51
- sed -i -e "s/HAVE_LLVM:=.*/HAVE_LLVM:=no/" sparse/Makefile && \
52
- make -C sparse PREFIX=/usr/local install && \
53
- rm -rf sparse
54
-
55
ARG uid
56
ARG gid
57
0 commit comments