mirror of
https://github.com/systemd/systemd.git
synced 2025-01-02 01:18:14 +03:00
mkosi: Use tools tree by default
Let's enable usage of a tools tree by default to simplify the setup for new contributors and save them from having to install or upgrade a bunch of extra tools to get mkosi working as expected.
This commit is contained in:
parent
ac1a711d9a
commit
1995084a9e
1
.github/workflows/coverage.yml
vendored
1
.github/workflows/coverage.yml
vendored
@ -57,7 +57,6 @@ jobs:
|
|||||||
Distribution=arch
|
Distribution=arch
|
||||||
|
|
||||||
[Build]
|
[Build]
|
||||||
ToolsTree=default
|
|
||||||
ToolsTreeDistribution=arch
|
ToolsTreeDistribution=arch
|
||||||
UseSubvolumes=yes
|
UseSubvolumes=yes
|
||||||
WithTests=no
|
WithTests=no
|
||||||
|
1
.github/workflows/mkosi.yml
vendored
1
.github/workflows/mkosi.yml
vendored
@ -152,7 +152,6 @@ jobs:
|
|||||||
|
|
||||||
[Build]
|
[Build]
|
||||||
UseSubvolumes=yes
|
UseSubvolumes=yes
|
||||||
ToolsTree=default
|
|
||||||
ToolsTreeDistribution=fedora
|
ToolsTreeDistribution=fedora
|
||||||
ToolsTreeRelease=rawhide
|
ToolsTreeRelease=rawhide
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@ RepartDirectories=mkosi.repart
|
|||||||
OutputDirectory=build/mkosi.output
|
OutputDirectory=build/mkosi.output
|
||||||
|
|
||||||
[Build]
|
[Build]
|
||||||
|
ToolsTree=default
|
||||||
BuildDirectory=build/mkosi.builddir
|
BuildDirectory=build/mkosi.builddir
|
||||||
CacheDirectory=build/mkosi.cache
|
CacheDirectory=build/mkosi.cache
|
||||||
BuildSourcesEphemeral=yes
|
BuildSourcesEphemeral=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user