Skip to content

Add QEMU CI support#378

Merged
romancardenas merged 2 commits into
rust-embedded:masterfrom
KushalMeghani1644:add-qemu-ci-v2
Dec 9, 2025
Merged

Add QEMU CI support#378
romancardenas merged 2 commits into
rust-embedded:masterfrom
KushalMeghani1644:add-qemu-ci-v2

Conversation

@KushalMeghani1644

Copy link
Copy Markdown
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

@romancardenas romancardenas left a comment

Copy link
Copy Markdown
Contributor

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 thread xtask/src/main.rs Outdated
Comment on lines +112 to +114
thread::sleep(Duration::from_secs(3));
let _ = child.kill();
let output = child.wait_with_output()?;

Copy link
Copy Markdown
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
Copy Markdown
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

@romancardenas romancardenas left a comment

Copy link
Copy Markdown
Contributor

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