Skip to content

Commit c045e24

Browse files
committed
ci: bleeding edge autoupdate causes large codeql failure
``` checking architecture... linux ./configure: line 3328: Some: command not found ./configure: line 3912: syntax error near unexpected token `(' ./configure: line 3912: `case "(($ac_try" in' ``` Signed-off-by: Robin H. Johnson <[email protected]> Reference: https://github.com/radvd-project/radvd/actions/runs/12575957486/job/35051542663#step:4:468
1 parent 868ffc6 commit c045e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
sudo apt-get -qy update || exit 1
8787
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
88+
#autoupdate -v # Scans run on newer Ubuntu deliberately # Disable to verify behavior
8989
./autogen.sh || exit 1
9090
./configure --with-check || exit 1
9191
make -j all || exit 1 # If both all & check_all are together, triggers race condition w/ scanner.l & gram.y

0 commit comments

Comments
 (0)