mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
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:
parent
c77f4f5df7
commit
70af6703b0
@ -8,6 +8,7 @@ ARCH="$(jq -r .Architecture <<< "$MKOSI_CONFIG")"
|
|||||||
|
|
||||||
exec mkosi \
|
exec mkosi \
|
||||||
--incremental=strict \
|
--incremental=strict \
|
||||||
|
--build-sources-ephemeral=no \
|
||||||
--format=none \
|
--format=none \
|
||||||
build \
|
build \
|
||||||
clangd \
|
clangd \
|
||||||
|
Loading…
Reference in New Issue
Block a user