We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cloning into 'cluacov'... remote: Enumerating objects: 65, done. remote: Total 65 (delta 0), reused 0 (delta 0), pack-reused 65 Receiving objects: 100% (65/65), 39.87 KiB | 474.00 KiB/s, done. Resolving deltas: 100% (26/26), done. gcc -O2 -fPIC -I/usr/local/include/tarantool -c src/cluacov/deepactivelines.c -o src/cluacov/deepactivelines.o In file included from src/cluacov/lj2/lj_obj.h:14, from src/cluacov/deepactivelines.c:19: src/cluacov/lj2/lj_arch.h:55:2: error: #error "No support for this architecture (yet)" 55 | #error "No support for this architecture (yet)" | ^~~~~ src/cluacov/lj2/lj_arch.h:294:2: error: #error "No target architecture defined" 294 | #error "No target architecture defined" | ^~~~~ Error: Build error: Failed compiling object src/cluacov/deepactivelines.o
A brief look at the code points me the following snippet:
cluacov/src/cluacov/lj2/lj_arch.h
Lines 40 to 56 in 2a1178a
It seems the file is copied from LuaJIT sources and actual LuaJIT has the ARM64 branch:
https://github.com/LuaJIT/LuaJIT/blob/8ff09d9f5ad5b037926be2a50dc32b681c5e7597/src/lj_arch.h#L54-L70
Initially reported in tarantool/crud#211.
The text was updated successfully, but these errors were encountered:
@hishamhm Is there a chance to get update here? Should I open a pull request?
Sorry, something went wrong.
Should be fixed in cluacov 0.1.3!
f485047 from PR #5 seems related. I can confirm that an installation from the scm-1 rockspec on an ARM64 machine is successful. Thank you!
No branches or pull requests
A brief look at the code points me the following snippet:
cluacov/src/cluacov/lj2/lj_arch.h
Lines 40 to 56 in 2a1178a
It seems the file is copied from LuaJIT sources and actual LuaJIT has the ARM64 branch:
https://github.com/LuaJIT/LuaJIT/blob/8ff09d9f5ad5b037926be2a50dc32b681c5e7597/src/lj_arch.h#L54-L70
Initially reported in tarantool/crud#211.
The text was updated successfully, but these errors were encountered: