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

Fix an NPE when querying targets with the --arch flag #3113

Merged
merged 2 commits into from
Mar 28, 2024

Conversation

Tatskaari
Copy link
Member

@Tatskaari Tatskaari commented Mar 22, 2024

Fixes #3087

this is a bit janky but fixes the issue.

This happens because we try and build the subrepo label for the architecture, which doesn't actually exist. We then get an NPE.

@Tatskaari Tatskaari merged commit 5e97acd into thought-machine:master Mar 28, 2024
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic / segfault when using query command with --arch option that doesn't match the platform
2 participants