mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Ensure the right perl is used for TAP tests on msys
In particular, perl with $Config{osname} = msys should only be used if the build target is msys (which is currently buildable but not usable). For builds targeted at native Windows, perl from the ucrt64 toolchain is suitable. Discussion: https://postgr.es/m/20220216210141.5glt5isg5qtwty4c@alap3.anarazel.de
This commit is contained in:
1
configure
vendored
1
configure
vendored
@ -19758,6 +19758,7 @@ fi
|
||||
# installation than perl, eg on MSys, so we have to check using prove.
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Perl modules required for TAP tests" >&5
|
||||
$as_echo_n "checking for Perl modules required for TAP tests... " >&6; }
|
||||
__CONFIG_HOST_OS__=$host_os; export __CONFIG_HOST_OS__
|
||||
modulestderr=`"$PROVE" "$srcdir/config/check_modules.pl" 2>&1 >/dev/null`
|
||||
if test $? -eq 0; then
|
||||
# log the module version details, but don't show them interactively
|
||||
|
Reference in New Issue
Block a user