Skip to content

Commit

Permalink
Enable extra tests on meson as well
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Mar 29, 2024
1 parent f12e2e5 commit 5724ed8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions autoconf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ $PGGBuild::conf{secret} = $ENV{AUTOCONF_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',
Expand Down
1 change: 1 addition & 0 deletions meson.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 0 additions & 2 deletions shared.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ $PGBuild::conf{mail_eventsalerts} = {
all => [$ENV{BUILDFARM_EMAIL_ALL}]
};

@PGBuild::conf{build_env}->{PG_TEST_EXTRA} = 'ssl kerberos';

1;

0 comments on commit 5724ed8

Please sign in to comment.