-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lua: Move to lua 5.4 and include by default v5 #10263
Conversation
NOTE: This PR may contain new authors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This standardizes on lua5.4 -- I think that should be mentioned in the release notes or somewhere more appropriate.
@@ -1559,7 +1559,7 @@ jobs: | |||
chmod 755 $HOME/.cargo/bin/cbindgen | |||
echo "$HOME/.cargo/bin" >> $GITHUB_PATH | |||
- run: ./autogen.sh | |||
- run: ./configure --with-gnu-ld --enable-fuzztargets --disable-shared --enable-gccprotect | |||
- run: ./configure --with-gnu-ld --enable-fuzztargets --disable-shared --enable-gccprotect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: extra whitespace after --disable-shared
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Setting the Github status as it needs a rebase, and there are comments to be taken care of
Continued at #10801. |
Link to redmine ticket:
https://redmine.openinfosecfoundation.org/issues/4776
Describe changes:
#10255 with: