mkosi: Set BuildSourcesEphemeral=no in mkosi.clangd

We're just running a language server so no need to put a writable
overlay on top of the build sources to prevent modifications. This
hopefully helps the language server track modifications to the source
files better.
This commit is contained in:
Daan De Meyer 2024-11-01 13:05:46 +01:00
parent c77f4f5df7
commit 70af6703b0

View File

@ -8,6 +8,7 @@ ARCH="$(jq -r .Architecture <<< "$MKOSI_CONFIG")"
exec mkosi \
--incremental=strict \
--build-sources-ephemeral=no \
--format=none \
build \
clangd \