]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ci: adds build with luajit
authorPhilippe Antoine <pantoine@oisf.net>
Mon, 1 Aug 2022 20:04:46 +0000 (22:04 +0200)
committerVictor Julien <vjulien@oisf.net>
Fri, 18 Nov 2022 07:27:01 +0000 (08:27 +0100)
.github/workflows/builds.yml

index 030d7349804338cd4e0195876f2fc0eb6dfec7ac..afee42f43405e3c8d5c24480171e56af1e69b95b 100644 (file)
@@ -1456,6 +1456,7 @@ jobs:
                 libjansson-dev \
                 libgeoip-dev \
                 liblua5.1-dev \
+                libluajit-5.1-dev \
                 libhiredis-dev \
                 libevent-dev \
                 libtool \
@@ -1482,7 +1483,7 @@ jobs:
           cp prep/cbindgen $HOME/.cargo/bin
           chmod 755 $HOME/.cargo/bin/cbindgen
       - run: ./autogen.sh
-      - run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-unittests
+      - run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-unittests --enable-luajit
       - run: make -j2
       - run: make check
       - run: tar xf prep/suricata-verify.tar.gz