Enable GITTEST_FLAKY_STAT workaround for unit tests

This commit is contained in:
Timo Röhling 2022-08-29 23:01:52 +02:00
parent 3a68c28cc8
commit 5ba40da8de

3
debian/rules vendored
View File

@ -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