Skip to content

Commit

Permalink
ci: more autoconf for codeql
Browse files Browse the repository at this point in the history
Signed-off-by: Robin H. Johnson <[email protected]>
  • Loading branch information
robbat2 committed Jan 2, 2025
1 parent a8c0f4c commit 8f02252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
run: |
sudo apt-get -qy update || exit 1
DEBIAN_FRONTEND=noninteractive sudo apt-get -qy install autoconf automake bison build-essential check clang flex gettext libtool pkg-config libbsd-dev libbsd0 systemd || exit 1
autoupdate -v # Scans run on newer Ubuntu deliberately
./autogen.sh || exit 1
./configure --with-check || exit 1
make -j all || exit 1 # If both all & check_all are together, triggers race condition w/ scanner.l & gram.y
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fi
dnl Not needed
AC_PATH_PROG(LN, ln)
AC_PROG_YACC
AM_PROG_LEX
AM_PROG_LEX # add (noyywrap) after ubuntu 20.04 is no longer supported
AC_PATH_PROG(TAR, tar)
AC_PATH_PROG(GZIP, gzip)

Expand Down

0 comments on commit 8f02252

Please sign in to comment.