File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -254,11 +254,6 @@ jobs:
254
254
texlive-upquote \
255
255
texlive-capt-of \
256
256
texlive-needspace
257
- # - name: Setup cppclean
258
- # run: |
259
- # git clone --depth 1 --branch suricata https://github.com/catenacyber/cppclean
260
- # cd cppclean
261
- # python3 setup.py install
262
257
- name : Configuring
263
258
run : |
264
259
./autogen.sh
@@ -284,6 +279,11 @@ jobs:
284
279
test -e /usr/local/lib/suricata/python/suricata/update/configs/modify.conf
285
280
test -e /usr/local/lib/suricata/python/suricata/update/configs/threshold.in
286
281
test -e /usr/local/lib/suricata/python/suricata/update/configs/update.yaml
282
+ - name : Build example plugin
283
+ working-directory : examples/plugins/c-flow-logger
284
+ run : make
285
+ - name : Check example plugin
286
+ run : test -e examples/plugins/c-flow-logger/.libs/flowlogger.so.0.0.0
287
287
288
288
almalinux-9-templates :
289
289
name : AlmaLinux 9 Test Templates
You can’t perform that action at this time.
0 commit comments