From: Jason Ish Date: Fri, 3 Jun 2022 20:15:05 +0000 (-0600) Subject: github-ci: don't build eve-validator X-Git-Tag: suricata-5.0.10~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f90ebd06c2c2f71f0844e68972514e5f8e8ae9b;p=thirdparty%2Fsuricata-verify.git github-ci: don't build eve-validator Building the eve-validator program is now automatically done as part of running suricata-verify. --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index f01183e7f..39253b99b 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -72,10 +72,6 @@ jobs: - run: cargo install --force --debug cbindgen - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - uses: actions/checkout@v2 - - name: Build eve-validator - working-directory: eve-validator - run: | - cargo install --path . - run: python3 ./run.py --self-test - run: git clone https://github.com/OISF/suricata -b ${{ matrix.branch }} - run: git clone https://github.com/OISF/libhtp suricata/libhtp @@ -88,9 +84,6 @@ jobs: - name: Running suricata-verify working-directory: suricata run: python3 ../run.py --quiet - - name: Running check-eve - if: ${{ matrix.branch == 'master' }} - run: python3 ./check-eve.py -q -s suricata/etc/schema.json - name: Running suricata-verify with different output dir working-directory: suricata run: python3 ../run.py --quiet --fail --outdir /tmp/sv-output @@ -151,10 +144,6 @@ jobs: - run: cargo install --force --debug cbindgen - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - uses: actions/checkout@v2 - - name: Build eve-validator - working-directory: eve-validator - run: | - cargo install --path . - run: python3 ./run.py --self-test - run: git clone https://github.com/OISF/suricata -b ${{ matrix.branch }} - run: git clone https://github.com/OISF/libhtp suricata/libhtp @@ -167,6 +156,3 @@ jobs: - name: Running suricata-verify working-directory: suricata run: python3 ../run.py --quiet - - name: Running check-eve - if: ${{ matrix.branch == 'master' }} - run: python3 ./check-eve.py -q -s suricata/etc/schema.json