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

Disable install LuaJit processor ARM #416

Merged
merged 1 commit into from
Jun 14, 2022
Merged

Disable install LuaJit processor ARM #416

merged 1 commit into from
Jun 14, 2022

Conversation

beats-dh
Copy link
Collaborator

@beats-dh beats-dh commented Jun 14, 2022

Disabled installation of LuaJit by vcpkg.json, solving the problem of compatibility with ARM processors.
The installation of LuaJit will have to be done by apt Linux with the command:

sudo apt install libluajit-5.1-dev

disable installation of LuaJit by vcpkg.json, thus solving the problem of compatibility with ARM processors.  The installation of LuaJit will have to be done by apt Linux
@sonarcloud
Copy link

sonarcloud bot commented Jun 14, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dudantas dudantas merged commit 6ad0268 into main Jun 14, 2022
@dudantas dudantas deleted the fix-build-arm branch June 14, 2022 14:07
dudantas added a commit that referenced this pull request Jun 14, 2022
commit 6ad0268
Author: Beats <61994374+beats-dh@users.noreply.github.com>
Date:   Tue Jun 14 11:07:29 2022 -0300

    Disabled install LuaJit for processor ARM (#416)

    Disabled installation of LuaJit by vcpkg.json, solving the problem of compatibility with ARM processors.
    The installation of LuaJit will have to be done by apt Linux with the command:

    sudo apt install libluajit-5.1-dev
luan pushed a commit that referenced this pull request Jul 11, 2023
Disabled installation of LuaJit by vcpkg.json, solving the problem of compatibility with ARM processors.
The installation of LuaJit will have to be done by apt Linux with the command:

sudo apt install libluajit-5.1-dev
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.

None yet

3 participants