mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
mkosi: Pass ASAN_OPTIONS to subimages
systemd built with sanitizers is installed in subimages and tools might get invoked in postinstall scripts so we have to disable ASAN in the subimages as well during the image build.
This commit is contained in:
@@ -21,6 +21,7 @@ PassEnvironment=
|
||||
MESON_OPTIONS
|
||||
SYSEXT
|
||||
WITH_DEBUG
|
||||
ASAN_OPTIONS
|
||||
|
||||
[Output]
|
||||
RepartDirectories=mkosi.repart
|
||||
|
||||
Reference in New Issue
Block a user