mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-15 01:10:24 +00:00
Mark test-timesync as manual
The test tries to setup inotify watches for /run/systemd/netif/links which fails in a buildd environment where systemd is not active. See https://github.com/systemd/systemd/issues/6353
This commit is contained in:
parent
b23f4f6c98
commit
26ea947484
23
debian/patches/debian/Mark-test-timesync-as-manual.patch
vendored
Normal file
23
debian/patches/debian/Mark-test-timesync-as-manual.patch
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
From: Michael Biebl <biebl@debian.org>
|
||||
Date: Thu, 13 Jul 2017 03:53:00 +0200
|
||||
Subject: Mark test-timesync as manual
|
||||
|
||||
The test tries to setup inotify watches for /run/systemd/netif/links
|
||||
which fails in a buildd environment where systemd is not active.
|
||||
|
||||
See https://github.com/systemd/systemd/issues/6353
|
||||
---
|
||||
src/timesync/meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/timesync/meson.build b/src/timesync/meson.build
|
||||
index 4391afa..04022a8 100644
|
||||
--- a/src/timesync/meson.build
|
||||
+++ b/src/timesync/meson.build
|
||||
@@ -38,5 +38,5 @@ tests += [
|
||||
timesyncd_gperf_c],
|
||||
[libshared],
|
||||
[libm],
|
||||
- 'ENABLE_TIMESYNCD'],
|
||||
+ 'ENABLE_TIMESYNCD', 'manual'],
|
||||
]
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -21,3 +21,4 @@ debian/Revert-core-set-RLIMIT_CORE-to-unlimited-by-default.patch
|
||||
debian/Revert-core-enable-TasksMax-for-all-services-by-default-a.patch
|
||||
debian/Let-graphical-session-pre.target-be-manually-started.patch
|
||||
debian/Add-env-variable-for-machine-ID-path.patch
|
||||
debian/Mark-test-timesync-as-manual.patch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user