diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-10-02 11:27:09 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-10-02 11:29:34 +0200 |
commit | 345a4fcbb6ed16ab19d0d5b0c7344e5cdfe29efd (patch) | |
tree | cbf9be6d819cd7d66af86a4053839d5c4718f292 /mkosi.conf | |
parent | mkosi: Don't sync if the packaging specs repo is dirty (diff) | |
download | systemd-345a4fcbb6ed16ab19d0d5b0c7344e5cdfe29efd.tar.xz systemd-345a4fcbb6ed16ab19d0d5b0c7344e5cdfe29efd.zip |
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.
Diffstat (limited to 'mkosi.conf')
-rw-r--r-- | mkosi.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkosi.conf b/mkosi.conf index d98c97f86d..1566074ce5 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -21,6 +21,7 @@ PassEnvironment= MESON_OPTIONS SYSEXT WITH_DEBUG + ASAN_OPTIONS [Output] RepartDirectories=mkosi.repart |