Skip to content

Commit 0fefa31

Browse files
committed
No longer need to build sparse from source
The distro version is now sufficiently up to date.
1 parent ea3bfae commit 0fefa31

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

build/ubuntu/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ RUN apt-get -q -y update && \
4646
COPY ubuntu/make-links.sh /tmp/make-links.sh
4747
RUN /tmp/make-links.sh ${compiler_version} && rm /tmp/make-links.sh
4848

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-
5549
ARG uid
5650
ARG gid
5751

0 commit comments

Comments
 (0)