-
Notifications
You must be signed in to change notification settings - Fork 44
Build on Linux Support #44
Comments
OK, I'll build and check it later this weekend. |
Hi asalo, I'd tried to run dotnetcore sample in Ubuntu 20.04 LTS with no exception. So the linux build of quickjs library is OK. I think it's a bug of the building process in Unity, I'll keep trying to fix it. |
Is it possible that this error is caused by the different glibc version of linux os? It seems that glibc 2.29+ is required for the current build of quickjs. |
I think this issue is caused by the different version of glibc, because I used the |
If glibc 2.29 or later is required then that would explain the problem. While the Github Action runner I am using is running Unbuntu 20.04 LTS and has glibc 2.29, the Game-CI provided docker image is based on Unbuntu 18.04 and only has glibc 2.27. It appears that the recommended solution for getting glibc 2.29 on Unbutu 18.04 is to upgrade to 20.04 ;) |
I'm using GitHub Actions (Linux agent) and the Game-CI docker image (Linux based) to build a Unity app that has Unity JSB. I am targeting Stand Alone Windows x64 and Stand Alone OSX during the build.
During the build, I am getting the following exception for the windows target
exception when the target is OSX
I'm assuming that this is because there is no QuickJS native dependency for Linux. Would it be possible for you to build and include a Linux version of Quick JS?
The text was updated successfully, but these errors were encountered: