projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4203f7c
)
FreeBSD CI: unbreak clang-tidy.
author
Kirill Isakov
<is-kir@ya.ru>
Sat, 14 Aug 2021 19:08:53 +0000
(
01:08
+0600)
committer
Kirill Isakov
<is-kir@ya.ru>
Sat, 14 Aug 2021 19:08:53 +0000
(
01:08
+0600)
compiledb does not like the BSD make when running the -j flag.
-n (for some weird reason) also produces an empty file list.
.ci/tidy/run.sh
patch
|
blob
|
history
diff --git
a/.ci/tidy/run.sh
b/.ci/tidy/run.sh
index
8af4767
..
c5951a2
100755
(executable)
--- a/
.ci/tidy/run.sh
+++ b/
.ci/tidy/run.sh
@@
-27,9
+27,7
@@
for path in $paths; do
done
if ! [ -f compile_commands.json ]; then
- # Running compiledb directly on this doesn't work on FreeBSD for some reason.
- make -j2 all extra
- compiledb -n make check
+ compiledb make all extra
fi
echo >&2 "Running clang-tidy without $paths"