From: Daan De Meyer Date: Fri, 8 Mar 2024 18:12:16 +0000 (+0100) Subject: mkosi: Add BuildSourcesEphemeral=yes X-Git-Tag: v256-rc1~597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45a0bb4bb5b5f4fbfd94c945208c64ffdaff9d2c;p=thirdparty%2Fsystemd.git mkosi: Add BuildSourcesEphemeral=yes Required to make sure that any changes packaging specs make to the source files are thrown away after the build so they don't mess with the source tree. --- diff --git a/mkosi.conf b/mkosi.conf index d611635ce73..19a3851fd13 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -15,6 +15,7 @@ Environment=ASAN_OPTIONS=verify_asan_link_order=false MKOSI_ASAN_OPTIONS=strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1:disable_coredump=0:use_madv_dontdump=1 MKOSI_UBSAN_OPTIONS=print_stacktrace=1:print_summary=1:halt_on_error=1 @SELinuxRelabel=no +BuildSourcesEphemeral=yes [Host] @Incremental=yes