Skip to content
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

Closed
wants to merge 7 commits into from

Conversation

J0eJ0h
Copy link
Contributor

@J0eJ0h J0eJ0h commented Jan 26, 2024

Link to redmine ticket:
https://redmine.openinfosecfoundation.org/issues/4776

Describe changes:

  • Move to using lua 5.4
  • Remove luajit support and --enable-luajit configure option
  • Change --enable-lua option to --disable-lua and build with lua by default
  • CI Fixes

#10255 with:

  • All internal references to luajit removed.

Copy link

NOTE: This PR may contain new authors.

@J0eJ0h J0eJ0h mentioned this pull request Feb 5, 2024
@catenacyber catenacyber added the needs rebase Needs rebase to master label Feb 29, 2024
Copy link
Contributor

@jlucovsky jlucovsky left a 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
Copy link
Contributor

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

Copy link
Contributor

@catenacyber catenacyber left a 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

@jasonish
Copy link
Member

Continued at #10801.

@jasonish jasonish closed this Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs rebase Needs rebase to master
Development

Successfully merging this pull request may close these issues.

4 participants