diff --git a/autoconf.conf b/autoconf.conf index 7ecffd0..e94fdca 100644 --- a/autoconf.conf +++ b/autoconf.conf @@ -5,6 +5,8 @@ $PGBuild::conf{secret} = $ENV{SECRET} // $PGBuild::conf{secret}; $PGBuild::conf{make_jobs} = 2; +@PGBuild::conf{build_env}->{PG_TEST_EXTRA} = 'ssl kerberos'; + push(@{$PGBuild::conf{config_opts}}, ( '--enable-tap-tests', '--with-llvm', diff --git a/meson.conf b/meson.conf index 04ce5ae..e63c1b5 100644 --- a/meson.conf +++ b/meson.conf @@ -10,6 +10,7 @@ push(@{$PGBuild::conf{meson_opts}}, ( '-Dlz4=enabled', '-Dllvm=enabled', '-Dpam=enabled', + '-DPG_TEST_EXTRA=ssl kerberos', '-Dtap_tests=enabled', '-Duuid=ossp', '-Dzstd=enabled' diff --git a/shared.conf b/shared.conf index 9065994..324f710 100644 --- a/shared.conf +++ b/shared.conf @@ -14,6 +14,4 @@ $PGBuild::conf{mail_eventsalerts} = { all => [$ENV{BUILDFARM_EMAIL_ALL}] }; -@PGBuild::conf{build_env}->{PG_TEST_EXTRA} = 'ssl kerberos'; - 1;