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

Always check tools for build at the same place #3300

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

DaanDeMeyer
Copy link
Contributor

Let's only check non-build verb tools early and check build verb tools at the same place regardless of whether the verb is build or not to keep things more consistent.

As a side effect this allows building tools from source to do the build in sync scripts which is done in
https://github.com/davide125/arcadeos/blob/main/mkosi.sync.

Let's only check non-build verb tools early and check build verb
tools at the same place regardless of whether the verb is build or
not to keep things more consistent.

As a side effect this allows building tools from source to do the
build in sync scripts which is done in
https://github.com/davide125/arcadeos/blob/main/mkosi.sync.
Copy link
Contributor

@behrmann behrmann left a comment

Choose a reason for hiding this comment

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

LGTM, but the link to Arcade OS in the commit should be to a commit instead of main, otherwise this will bitrot.

@davide125
Copy link
Contributor

Tested in an ubuntu 24.04 container and it seems to work as expected, thanks! Related to this, it might make sense to also push some path validation down to when it's actually needed (specifically ExtraSearchPaths and PackageDirectories, see #3176 for more details).

@DaanDeMeyer DaanDeMeyer merged commit b163238 into systemd:main Dec 23, 2024
29 of 36 checks passed
@DaanDeMeyer DaanDeMeyer deleted the sync branch December 23, 2024 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants