-
Notifications
You must be signed in to change notification settings - Fork 722
Clone of #3740: "Fix multipass_tests target on Ubuntu ARM64 (#3739)" #3798
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
Conversation
This change also ensures that all `<BACKEND>_ENABLED` definition checks occur at compile time, not run time, using #ifdef. Fixes #3739 (Building target multipass_tests fails on Ubuntu ARM64)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3798 +/- ##
==========================================
+ Coverage 88.86% 88.95% +0.09%
==========================================
Files 256 256
Lines 14557 14580 +23
==========================================
+ Hits 12936 12970 +34
+ Misses 1621 1610 -11 ☔ View full report in Codecov by Sentry. |
Hey @levkropp, this did not merge well on the other side. I put up a matching PR there with analogous stuff. |
This addresses a review comment for #3739 (Building target multipass_tests fails on Ubuntu ARM64)
Merge conflict in merge queues, as expected. Merging this and the private counterpart manually. |
Clone (+ rebase) of #3740 in our repo, to run CI.
MULTI-1658