1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-09 12:58:26 +03:00

mkosi: disable Fedora specific drop-in config when running with sanitizers (#35460)

Hopefully fixes #35335.
This commit is contained in:
Luca Boccassi 2024-12-04 10:09:37 +00:00 committed by GitHub
commit 0a7fda3b45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 6 deletions

View File

@ -1,6 +0,0 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
[Manager]
# Sanitizers may make exit() extremely slower.
# Let's extend the timeout. See issue #35335.
DefaultTimeoutStopSec=2min

View File

@ -0,0 +1,7 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
#
# This is for disabling Fedora specific drop-in config,
# which contains following lines:
#
# [Service]
# TimeoutStopFailureMode=abort

View File

@ -4,5 +4,7 @@ integration_tests += [
integration_test_template + {
'name' : fs.name(meson.current_source_dir()),
'priority' : 10,
# TODO: Remove when https://github.com/systemd/systemd/issues/35335 is fixed.
'coredump-exclude-regex' : '/systemd-localed',
},
]