Skip to content

Commit

Permalink
[DEV] Remove cmake_format
Browse files Browse the repository at this point in the history
I do not use cmake_format so it is not worth wasting time on debugging
the installation issue (see build #30)
  • Loading branch information
BoubacarDiene committed Aug 22, 2020
1 parent 382a187 commit 88e4209
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
# docker build -t networkservice-image ci/
# docker build --force-rm --no-cache -t networkservice-image ci/
# docker run --privileged -it -u $(id -u) --rm -v $(pwd):/workdir networkservice-image:latest
##

Expand Down Expand Up @@ -61,9 +61,6 @@ apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN ln -s /usr/bin/clang-format-10 /usr/bin/clang-format && \
ln -s /usr/bin/clang-tidy-10 /usr/bin/clang-tidy

# Install cmake_format (See https://github.com/cheshirekow/cmake_format)
RUN pip install cmake_format

# Install gcovr (See https://gcovr.com/en/stable/guide.html)
RUN pip3 install gcovr

Expand Down

0 comments on commit 88e4209

Please sign in to comment.