github-ci: disable cppclean as it is too noisy

We can reenable it after the larger cleanup efforts are complete.
pull/7884/head
Victor Julien 3 years ago
parent 7110ea75c4
commit 2d308c000d

@ -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

Loading…
Cancel
Save