We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f8a5e commit a403b3eCopy full SHA for a403b3e
1 file changed
ci_build.sh
@@ -1299,6 +1299,7 @@ configure_nut() {
1299
while : ; do # Note the CI_SHELL_IS_FLAKY=true support below
1300
echo "=== CONFIGURING NUT: $CONFIGURE_SCRIPT ${CONFIG_OPTS_STR}"
1301
echo "=== CC='$CC' CXX='$CXX' CPP='$CPP'"
1302
+ echo "=== PATH='$PATH'"
1303
1304
[ -z "${CI_SHELL_IS_FLAKY-}" ] || echo "=== CI_SHELL_IS_FLAKY='$CI_SHELL_IS_FLAKY'"
1305
if [ x"${DO_USE_AUTOCONF_CACHE}" = xyes ] && [ -n "${CI_CACHE_NUT_HASHDIR_CFG_OPT}" ] && [ -s "${CI_CACHE_NUT_HASHDIR_CFG}/config.cache" ] ; then
0 commit comments