You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the mac and windows build outputs are missing the proper native modules. So far as I can tell, all of the required modules are configured to be included by pkg. However they are unavailable to be included during the build process.
This needs to be fixed before the windows and mac builds can be used.
The main problem is that the build process only has the Linux specific optional dependencies available when we are packaging. I'm still exploring the exact reason for this.
Tasks
Fix the build process to include the platform specific native modules in the output.
Test the windows build on windows to make sure it's working.
Test the mac build on macos to make sure it's working.
Specification
Right now the mac and windows build outputs are missing the proper native modules. So far as I can tell, all of the required modules are configured to be included by
pkg. However they are unavailable to be included during the build process.This needs to be fixed before the windows and mac builds can be used.
The main problem is that the build process only has the Linux specific optional dependencies available when we are packaging. I'm still exploring the exact reason for this.
Tasks