mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
mkosi: Use cache and build subdirectories
Next release of mkosi will not use subdirectories under the cache and build directory by default anymore, so let's make sure we already start creating those ourselves.
This commit is contained in:
parent
6d468648b9
commit
f756bcdf17
@ -5,8 +5,8 @@ Presets=system
|
||||
|
||||
[Output]
|
||||
OutputDirectory=mkosi.output
|
||||
BuildDirectory=mkosi.builddir
|
||||
CacheDirectory=mkosi.cache
|
||||
CacheDirectory=mkosi.cache/%d~%r~%a
|
||||
BuildDirectory=mkosi.builddir/%d~%r~%a
|
||||
|
||||
[Content]
|
||||
# Prevent ASAN warnings when building the image and ship the real ASAN options prefixed with MKOSI_.
|
||||
|
Loading…
x
Reference in New Issue
Block a user