Skip to content
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

bug: CPU Info not found #814

Closed
louis-jan opened this issue Jul 2, 2024 · 1 comment · Fixed by #813
Closed

bug: CPU Info not found #814

louis-jan opened this issue Jul 2, 2024 · 1 comment · Fixed by #813
Assignees
Labels
type: bug Something isn't working

Comments

@louis-jan
Copy link
Contributor

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:

  1. Install cortex using installers
  2. Run cortex init -s
  3. See error

Expected behavior
Should detect CPU instructions

@louis-jan louis-jan added the type: bug Something isn't working label Jul 2, 2024
@louis-jan louis-jan self-assigned this Jul 2, 2024
@louis-jan louis-jan reopened this Jul 4, 2024
@louis-jan
Copy link
Contributor Author

Update neeed: multiple architectures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant