We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73b656 commit f37f5abCopy full SHA for f37f5ab
.github/workflows/builds.yml
@@ -1163,7 +1163,7 @@ jobs:
1163
- run: tar xf prep/suricata-update.tar.gz
1164
- run: tar xf prep/suricata-verify.tar.gz
1165
- run: ./autogen.sh
1166
- - run: ./configure --enable-unittests --enable-coccinelle
+ - run: ./configure --enable-unittests --enable-coccinelle --enable-mimetype --enable-bundled-gpl-mimetype
1167
- run: make -j ${{ env.CPUS }}
1168
- run: CONCURRENCY_LEVEL=${{ env.CPUS }} make check
1169
- run: python3 ./suricata-verify/run.py -q --debug-failed
0 commit comments