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
@@ -208,7 +208,8 @@ do
208
Meta/Make $M $jobs -- coccicheck
209
fi &&
210
211
- Meta/Make $M $jobs -- SPARSE_FLAGS=-Wsparse-error sparse &&
211
+ Meta/Make $M $jobs -- NO_REGEX=NoThanks \
212
+ SPARSE_FLAGS=-Wsparse-error sparse &&
213
214
Meta/Make $M $jobs -- hdr-check &&
215