You've already forked pgbackrest
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:
+5
-1
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user