Skip to content

Commit

Permalink
github-ci: Disable lua pending vendoring on some builds
Browse files Browse the repository at this point in the history
  • Loading branch information
J0eJ0h committed Jan 29, 2024
1 parent a9df34a commit 6e310b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ jobs:
- name: Configuring
run: |
./autogen.sh
CFLAGS="${DEFAULT_CFLAGS}" ./configure
CFLAGS="${DEFAULT_CFLAGS}" ./configure --disable-lua
- run: make -j2 check
- name: Checking includes
run: |
Expand Down Expand Up @@ -642,7 +642,7 @@ jobs:
name: dist
- run: tar zxvf suricata-*.tar.gz --strip-components=1
- name: ./configure
run: CFLAGS="${DEFAULT_CFLAGS}" ./configure
run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --disable-lua
- run: make -j2
- run: make install
- run: make install-conf
Expand Down Expand Up @@ -728,7 +728,7 @@ jobs:
# works.
- name: Test autoreconf
run: autoreconf -fv --install
- run: CFLAGS="${DEFAULT_CFLAGS}" ./configure
- run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --disable-lua
- run: make -j2
- run: make install
- run: make install-conf
Expand Down

0 comments on commit 6e310b3

Please sign in to comment.