From 2d308c000d58dbf5323599fc7f1694e14f1f375b Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 20 Sep 2022 15:16:56 +0200 Subject: [PATCH] github-ci: disable cppclean as it is too noisy We can reenable it after the larger cleanup efforts are complete. --- .github/workflows/builds.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 -- 2.47.2