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 target 5.1 compatibility environment #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smarek
Copy link

@smarek smarek commented Aug 10, 2020

No description provided.

@smarek smarek force-pushed the master branch 2 times, most recently from 4de55e0 to ec32dd9 Compare August 13, 2020 14:25
export PATH=$PATH:$PWD/lua_install/bin

# Check available versions
lua -v
luarocks -v
luarocks --version
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

previously -v produced the same as --help would

prepare-lua Outdated Show resolved Hide resolved
Lua targets for 5.1, 5.2 and 5.3 with per-variant prepare and removed luarocks dependencies, that are not tests-specific

Lua 5.1 runtime dependency BitOp for tests added, until we replace it with pure-lua solution

incorrect luarocks version, and default lua target 5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants