ci: extend error diagnostics when configure invocation fails
* ci/run-build-and-tests.sh: Include $CC -dumpspecs output in addition to config.log when ./configure fails.
This commit is contained in:
parent
8c00b612e5
commit
8d00c56663
@ -66,6 +66,8 @@ export CC_FOR_BUILD="$CC"
|
||||
|| {
|
||||
rc=$?
|
||||
cat config.log
|
||||
echo "$CC -dumpspecs follows"
|
||||
$CC -dumpspecs
|
||||
exit $rc
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user