-
Notifications
You must be signed in to change notification settings - Fork 667
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 multipass_tests target on Ubuntu ARM64 (#3739) #3740
Conversation
d35941d
to
9799d68
Compare
This change also ensures that all `<BACKEND>_ENABLED` definition checks occur at compile time, not run time, using #ifdef. Fixes canonical#3739 (Building target multipass_tests fails on Ubuntu ARM64)
9799d68
to
5b34374
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, thanks @jason-erb!
This addresses a review comment for canonical#3739 (Building target multipass_tests fails on Ubuntu ARM64)
Thank you @jason-erb! I have transported that to our internal branch, to have CI run on it. |
Your commits are merged @jason-erb. Thanks again! |
@ricab You're welcome! Thanks for reviewing and merging. I'm in the running for a position on the Canonical Multipass team, so please feel free to put in a good word... 🙂 |
Thank you for your interest. Best of luck with your application. |
This PR:
<BACKEND>_ENABLED
definition checks occur at compile time, not run time, using#ifdef
.Fixes #3739 (Building target multipass_tests fails on Ubuntu ARM64)
MULTI-1585