chore: bump cpp check 2.10 to 2.13

This commit is contained in:
Konstantin Akimov 2024-02-22 19:47:26 +07:00
parent b4ed65e15e
commit 6bc14a35e5
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -116,7 +116,7 @@ RUN apt-get update && apt-get install $APT_ARGS \
wine64 \ wine64 \
xorriso xorriso
ARG CPPCHECK_VERSION=2.10 ARG CPPCHECK_VERSION=2.13.0
RUN curl -sL "https://github.com/danmar/cppcheck/archive/${CPPCHECK_VERSION}.tar.gz" | tar -xvzf - --directory /tmp/ RUN curl -sL "https://github.com/danmar/cppcheck/archive/${CPPCHECK_VERSION}.tar.gz" | tar -xvzf - --directory /tmp/
RUN cd /tmp/cppcheck-${CPPCHECK_VERSION} && mkdir build && cd build && cmake .. && cmake --build . -j 8 RUN cd /tmp/cppcheck-${CPPCHECK_VERSION} && mkdir build && cd build && cmake .. && cmake --build . -j 8
ENV PATH "/tmp/cppcheck-${CPPCHECK_VERSION}/build/bin:${PATH}" ENV PATH "/tmp/cppcheck-${CPPCHECK_VERSION}/build/bin:${PATH}"