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

Autodetected arch is empty, producing wrong default profile #3714

Closed
memsharded opened this issue Oct 10, 2018 · 0 comments · Fixed by #3841
Closed

Autodetected arch is empty, producing wrong default profile #3714

memsharded opened this issue Oct 10, 2018 · 0 comments · Fixed by #3841
Assignees
Milestone

Comments

@memsharded
Copy link
Member

If platform.machine() returns empty (can do it in some cases, as when called from cmake), the arch is empty, leading to a:

arch=

In the default profile, which later can result in an error because "" is not a known architecture in settings.yml. It seems that not adding the arch= in the profile could be the way to go.

@memsharded memsharded added this to the 1.9 milestone Oct 10, 2018
@jgsogo jgsogo self-assigned this Oct 24, 2018
@ghost ghost added stage: review and removed to do labels Oct 24, 2018
@ghost ghost removed the stage: review label Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants