From 5ba40da8de340aa0ed3678bdd725f0890cffee73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20R=C3=B6hling?= Date: Mon, 29 Aug 2022 23:01:52 +0200 Subject: [PATCH] Enable GITTEST_FLAKY_STAT workaround for unit tests --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index e520c10a6..d28ff4865 100755 --- a/debian/rules +++ b/debian/rules @@ -25,6 +25,9 @@ COMMON_CMAKE_FLAGS = \ -DUSE_SSH=ON +# The stat() in the Git fs layer has some issues +export GITTEST_FLAKY_STAT = true + %: dh $@ --buildsystem=cmake