Skip to content

Commit

Permalink
ci: bleeding edge autoupdate causes large codeql failure
Browse files Browse the repository at this point in the history
```
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
  • Loading branch information
robbat2 committed Jan 2, 2025
1 parent 868ffc6 commit c045e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +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
#autoupdate -v # Scans run on newer Ubuntu deliberately # Disable to verify behavior
./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

0 comments on commit c045e24

Please sign in to comment.