Skip to content

Commit 5981b18

Browse files
Merge pull request #5712 from craigcomstock/fixup-static-check-autogen-configure
Fixed static-check to not configure when running autogen.
2 parents a46cd14 + 05a36b5 commit 5981b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/static-check/run_checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ failures=""
5656
# in jenkins the workdir is already autogen'd
5757
# in github it is not, so do that work here
5858
if [ ! -f configure ]; then
59-
./autogen.sh --enable-debug
59+
NO_CONFIGURE=1 ./autogen.sh --enable-debug
6060
fi
6161

6262
check_with_gcc || { failures="${failures}FAIL: GCC check failed\n"; failure=1; }

0 commit comments

Comments
 (0)