-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
(PUP-11655) Use run_mode for better platform independence #8938
Conversation
Can one of the admins verify this patch? |
Hi @ekohl ! Thanks for the contribution. Could you rebase your PR and retarget to Thank you! |
The retarget + rebase (in that order) appears to have worked since checks are started. Please take a look if they're the right tests. |
@ekohl sorry it has taken our team so long to get around to looking at this. Is this something that is still a priority to you that we should look into? |
Rekicking specs |
The run mode already determines the platform. Moving all platform specific paths into RunMode makes it easier to get a complete overview and change things where needed.
I can hardly say it's a priority now, but I do feel this would be good to have. The whole idea behind this was that it will be easier for distros to package using non-AIO without having to patch a lot. This specific PR is scoped to just refactor things without changing anything. If this is accepted, there's still more to do but it's a start. |
And I see there's another failure. Will need to look at it later. |
Splitting off the compatible changes from #8636 to make it easier to review.