]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/loop-rebuild: use clang with dash
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Dec 2024 23:52:02 +0000 (15:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Dec 2024 23:52:02 +0000 (15:52 -0800)
loop-rebuild

index c30ee4a0492d2902010b3c2799a4c967c7925186..82d3dafd548908ec2f0ea515b2bf26e527085b68 100755 (executable)
@@ -19,7 +19,8 @@ do
                ssleep 300
        done
        ssleep 30
-       time nice -20 Meta/Dothem -j32 --sha256 --leaks --san; uptime; date
+       # opts --sha256 --leaks --san
+       time nice -20 Meta/Dothem -j32 --dash -- -- CC=clang; uptime; date
        P=$(stamp)
        Meta/V
 done