Skip to content

Commit a403b3e

Browse files
committed
ci_build.sh: configure_nut(): report the PATH value ultimately used (maybe normalized)
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent d3f8a5e commit a403b3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,6 +1299,7 @@ configure_nut() {
12991299
while : ; do # Note the CI_SHELL_IS_FLAKY=true support below
13001300
echo "=== CONFIGURING NUT: $CONFIGURE_SCRIPT ${CONFIG_OPTS_STR}"
13011301
echo "=== CC='$CC' CXX='$CXX' CPP='$CPP'"
1302+
echo "=== PATH='$PATH'"
13021303
13031304
[ -z "${CI_SHELL_IS_FLAKY-}" ] || echo "=== CI_SHELL_IS_FLAKY='$CI_SHELL_IS_FLAKY'"
13041305
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

Comments
 (0)