1
0
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:
Daan De Meyer 2023-10-28 10:37:16 +02:00 committed by Luca Boccassi
parent 6d468648b9
commit f756bcdf17

View File

@ -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_.