From 81cef17280e0cc3323f21ed54a6733b377026fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Mon, 7 Nov 2022 19:16:59 +0100 Subject: [PATCH] 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