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: smdk generate on linux, startup error #3922

Closed
wants to merge 1 commit into from
Closed

Conversation

digikata
Copy link
Contributor

@digikata digikata commented Mar 29, 2024

removing tokio as a top level dependency adding async-std with a compat flag fixes a linux tokio reactor crash on "smdk generate" when the cli invokes

fixes #3921

removing tokio as a top level dependency fixes a linux tokio reactor
crash on "smdk generate" when the cli invokes

fixes #3921
@digikata
Copy link
Contributor Author

An oddity with this issue is that the combination of deps and tokio induces the tokio runner error only when there is no previous group defined, but providing a value for ``project-group`.

@digikata
Copy link
Contributor Author

fixed with #3980

@digikata digikata closed this May 13, 2024
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.

[Bug]: smdk generate fails
1 participant