We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868ffc6 commit c045e24Copy full SHA for c045e24
.github/workflows/codeql.yaml
@@ -85,7 +85,7 @@ jobs:
85
run: |
86
sudo apt-get -qy update || exit 1
87
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
88
- autoupdate -v # Scans run on newer Ubuntu deliberately
+ #autoupdate -v # Scans run on newer Ubuntu deliberately # Disable to verify behavior
89
./autogen.sh || exit 1
90
./configure --with-check || exit 1
91
make -j all || exit 1 # If both all & check_all are together, triggers race condition w/ scanner.l & gram.y
0 commit comments