]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
github-ci: don't build eve-validator 830/head
authorJason Ish <jason.ish@oisf.net>
Fri, 3 Jun 2022 20:15:05 +0000 (14:15 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 3 Jun 2022 20:15:05 +0000 (14:15 -0600)
Building the eve-validator program is now automatically done as part of
running suricata-verify.

.github/workflows/builds.yml

index f01183e7ffef10ef6e2ee378a7df4c06a73090d0..39253b99b53eb1bca129c451e1a9d432b4d925c5 100644 (file)
@@ -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