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
Describe the bug
Cortex's single executable file (installers) does not bundle other executable binaries, such as CPUInfo, as it is a standalone C++ program that helps detect supported CPU instructions
Embedding standalone C++ executable binaries within the Cortex bundle does not seem like a good approach. Instead, it would be better to build them as a Node-GYP module.
To Reproduce
Steps to reproduce the behavior:
Install cortex using installers
Run cortex init -s
See error
Expected behavior
Should detect CPU instructions
The text was updated successfully, but these errors were encountered:
Describe the bug
Cortex's single executable file (installers) does not bundle other executable binaries, such as CPUInfo, as it is a standalone C++ program that helps detect supported CPU instructions
Embedding standalone C++ executable binaries within the Cortex bundle does not seem like a good approach. Instead, it would be better to build them as a Node-GYP module.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should detect CPU instructions
The text was updated successfully, but these errors were encountered: