1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Add gcc 9 support.

A number of tests have been updated and Fedora 30 has been added to the test suite so the unit tests can run on gcc 9.

Stop running unit tests on co6/7 since we appear to have ample unit test coverage.
This commit is contained in:
David Steele
2019-10-09 15:03:03 -04:00
parent 528f4c4347
commit 7f369006b5
11 changed files with 67 additions and 11 deletions
+5 -1
View File
@@ -203,9 +203,13 @@ eval
{
$strParam .= " --container-only";
}
elsif ($strVm eq VM_F30)
{
$strParam .= " --no-package --c-only";
}
elsif ($strVm ne VM_U12)
{
$strParam .= " --module=command --module=mock --module=real --module=storage --module=performance";
$strParam .= " --module=real";
}
}