Skip to content

Conversation

@KushalMeghani1644
Copy link
Contributor

Revival PR for #372

This PR tends to add QEMU CI support and resolve issue #311

@KushalMeghani1644 KushalMeghani1644 requested a review from a team as a code owner December 5, 2025 11:26
Copy link
Contributor

@romancardenas romancardenas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Check my comment

Comment on lines 112 to 114
thread::sleep(Duration::from_secs(3));
let _ = child.kill();
let output = child.wait_with_output()?;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather just wait child to finish by itself instead of waiting 3 second (which is an arbitrary time) and killing the process

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DONE! I have removed it

Copy link
Contributor

@romancardenas romancardenas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Let's wait a few days in case someone wants to do a second review.

@romancardenas romancardenas added this pull request to the merge queue Dec 9, 2025
Merged via the queue into rust-embedded:master with commit 75c710f Dec 9, 2025
153 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.

2 participants