Module: wine Branch: master Commit: 81cef17280e0cc3323f21ed54a6733b377026fa3 URL: https://gitlab.winehq.org/wine/wine/-/commit/81cef17280e0cc3323f21ed54a6733b...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Nov 7 19:16:59 2022 +0100
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.
---
tools/gitlab/build-mac | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/gitlab/build-mac b/tools/gitlab/build-mac index 701366277fc..20c1054150e 100755 --- a/tools/gitlab/build-mac +++ b/tools/gitlab/build-mac @@ -15,3 +15,4 @@ make -s -j8 cd ..
git reset --hard +sleep 2