Francois Gouget : testbot/build: Better detect when a native rebuild is needed.

Alexandre Julliard julliard at winehq.org
Thu May 24 12:13:49 CDT 2018


Module: tools
Branch: master
Commit: 6dc36c17a79255663041f33182821726bf95c408
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=6dc36c17a79255663041f33182821726bf95c408

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu May 24 17:28:39 2018 +0200

testbot/build: Better detect when a native rebuild is needed.

The builds need more than just winebuild and wrc.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/bin/build/Build.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/build/Build.pl b/testbot/bin/build/Build.pl
index 19f220b..ce27baa 100755
--- a/testbot/bin/build/Build.pl
+++ b/testbot/bin/build/Build.pl
@@ -122,7 +122,7 @@ sub ApplyPatch($$$)
       {
         $NeedBuildNative = $NeedMakeMakefiles = $NeedConfigure = 1;
       }
-      elsif ($Line =~ m=^diff.*tools/(?:winebuild|wrc)=)
+      elsif ($Line =~ m=^diff.*tools/(?:makedep\.c|make_xftmpl\.c|sfnt2fon|winebuild|winegcc|widl|wmc|wrc)=)
       {
         $NeedBuildNative = 1;
       }




More information about the wine-cvs mailing list