From: Victor Julien Date: Tue, 20 Sep 2022 13:16:56 +0000 (+0200) Subject: github-ci: disable cppclean as it is too noisy X-Git-Tag: suricata-7.0.0-beta1~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d308c000d58dbf5323599fc7f1694e14f1f375b;p=thirdparty%2Fsuricata.git github-ci: disable cppclean as it is too noisy We can reenable it after the larger cleanup efforts are complete. --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index ef227466a9..9bb7f2b60e 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -225,11 +225,11 @@ jobs: texlive-upquote \ texlive-capt-of \ texlive-needspace - - name: Setup cppclean - run: | - git clone --depth 1 --branch suricata https://github.com/catenacyber/cppclean - cd cppclean - python3 setup.py install + #- name: Setup cppclean + # run: | + # git clone --depth 1 --branch suricata https://github.com/catenacyber/cppclean + # cd cppclean + # python3 setup.py install - name: Configuring run: | ./autogen.sh @@ -342,11 +342,11 @@ jobs: texlive-upquote \ texlive-capt-of \ texlive-needspace - - name: Setup cppclean - run: | - git clone --depth 1 --branch suricata https://github.com/catenacyber/cppclean - cd cppclean - python3 setup.py install + #- name: Setup cppclean + # run: | + # git clone --depth 1 --branch suricata https://github.com/catenacyber/cppclean + # cd cppclean + # python3 setup.py install - name: Configuring run: | ./autogen.sh