feat: update depot version to 0.11.0 and add support for Perl build type
This commit is contained in:
+1
-1
@@ -240,7 +240,7 @@ fn package_spec_from_repo_record(
|
||||
fn build_type_runs_automatic_tests(build_type: package::BuildType) -> bool {
|
||||
matches!(
|
||||
build_type,
|
||||
package::BuildType::Autotools | package::BuildType::CMake
|
||||
package::BuildType::Autotools | package::BuildType::CMake | package::BuildType::Perl
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user