From: Timo Röhling Date: Mon, 29 Aug 2022 21:01:52 +0000 (+0200) Subject: Enable GITTEST_FLAKY_STAT workaround for unit tests X-Git-Url: https://git.proxmox.com/?p=libgit2.git;a=commitdiff_plain;h=5ba40da8de340aa0ed3678bdd725f0890cffee73 Enable GITTEST_FLAKY_STAT workaround for unit tests --- 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