Move sys/mman.h into have.h
[tinc] / .ci / tidy / run.sh
index c5951a2..d196975 100755 (executable)
@@ -3,7 +3,7 @@
 set -eu
 
 # Which paths to ignore.
-paths='src/solaris src/mingw'
+paths='src/solaris src/mingw src/gcrypt'
 
 case "$(uname -s)" in
 Linux)
@@ -27,6 +27,7 @@ for path in $paths; do
 done
 
 if ! [ -f compile_commands.json ]; then
+  make clean
   compiledb make all extra
 fi