Dothem: system regex.h seems to have trouble with sparse
Junio C Hamano committed
Oct 26, 2022 at 10:32 UTC
f67d454f647a62a5e53c4fc563c1a4c26b5a08eb
1 file changed
+2
-1
Dothem
+2
-1
index 6e7a3d731a..954cc5f866 100755
--- a/Dothem
+++ b/Dothem
@@ -208,7 +208,8 @@ do
Meta/Make $M $jobs -- coccicheck
fi &&
- Meta/Make $M $jobs -- SPARSE_FLAGS=-Wsparse-error sparse &&
+ Meta/Make $M $jobs -- NO_REGEX=NoThanks \
+ SPARSE_FLAGS=-Wsparse-error sparse &&
Meta/Make $M $jobs -- hdr-check &&