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

Restructure xtask, fix flag parsing #30

Merged
merged 2 commits into from
Jan 7, 2024
Merged

Restructure xtask, fix flag parsing #30

merged 2 commits into from
Jan 7, 2024

Conversation

gmacd
Copy link
Contributor

@gmacd gmacd commented Dec 3, 2023

Separate build into most distinct stages, each with their own argument parsing. This suits clap better, and makes each step independent.

Combine qemu and qemukvm.

Fix parsing of profile flag arg (probably amongst others) - was always building in release mode.

Tidy memory map output in aarch64 by sorting.

gmacd added 2 commits December 3, 2023 14:35
Separate build into most distinct stages, each with their own argument parsing.  This suits clap better, and makes each step independent.

Combine qemu and qemukvm.

Fix parsing of profile flag arg (probably amongst others) - was always building in release mode.

Tidy memory map output in aarch64 by sorting.

Signed-off-by: Graham MacDonald <[email protected]>
Signed-off-by: Graham MacDonald <[email protected]>
Copy link
Contributor

@orangecms orangecms left a comment

Choose a reason for hiding this comment

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

This reads so much nicer indeed!

@orangecms orangecms merged commit 775db88 into r9os:main Jan 7, 2024
4 checks passed
@gmacd gmacd deleted the xtask branch January 7, 2024 15:21
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