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:
commit
0a7fda3b45
@ -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
|
@ -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
|
@ -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',
|
||||
},
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user