1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

gitlab: Add a 2s wait between macOS build iterations.

To avoid cases where git rebase modifies some files very shortly after
the build has completed and ends up with the same mtime as the just
built files. This can lead to spurious link errors when functions are
moved around.
This commit is contained in:
Rémi Bernon 2022-11-07 19:16:59 +01:00 committed by Alexandre Julliard
parent 72888a4410
commit 81cef17280

View File

@ -15,3 +15,4 @@ make -s -j8
cd ..
git reset --hard
sleep 2