-
Notifications
You must be signed in to change notification settings - Fork 14
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
Failed to install dependencies on ARM #211
Comments
I'll highlight that those are testing / development dependencies. User's dependencies are there: Lines 8 to 13 in f0445ea
|
The reason is the following snippet: If we'll look at actual LuaJIT, now it has ARM64 branch: One may file issue or propose a PR to https://github.com/luarocks/cluacov. |
I notified the module maintainers about the problem, see luarocks/cluacov#3. |
Blocked by luarocks/cluacov#3 |
Solved in https://github.com/luarocks/cluacov. Let's replace the rockspec URI. Line 19 in 75b4076
mpeterv -> luarocks |
Bump cluacov version used for tests. New version should include fix for running tests on ARM. Closes #211
Bump cluacov version used for tests. New version should include fix for running tests on ARM. Closes #211
Bump cluacov version used for tests. New version should include fix for running tests on ARM. Closes #211
Trying to
./deps.sh
on ARM:By deleting this line, it's okay:
crud/deps.sh
Line 9 in f0445ea
$ uname -a Linux ARM-FLEX 5.13.12-1-MANJARO-ARM #1 SMP Wed Aug 18 07:36:58 UTC 2021 aarch64 GNU/Linux
The text was updated successfully, but these errors were encountered: