]> git.proxmox.com Git - libgit2.git/commitdiff
Enable GITTEST_FLAKY_STAT workaround for unit tests
authorTimo Röhling <roehling@debian.org>
Mon, 29 Aug 2022 21:01:52 +0000 (23:01 +0200)
committerTimo Röhling <roehling@debian.org>
Mon, 29 Aug 2022 21:01:52 +0000 (23:01 +0200)
debian/rules

index e520c10a619ebb96fe2e85a7657e05ea1b4a3aad..d28ff48653734a5ad7e9ac34f59c2663c623dee5 100755 (executable)
@@ -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