feat: update depot version to 0.11.0 and add support for Perl build type

This commit is contained in:
2026-03-08 17:45:03 -05:00
parent 93f1b13179
commit be0288440a
10 changed files with 486 additions and 13 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ fn is_dep_satisfied(
fn build_type_runs_automatic_tests(spec: &PackageSpec) -> bool {
matches!(
spec.build.build_type,
BuildType::Autotools | BuildType::CMake
BuildType::Autotools | BuildType::CMake | BuildType::Perl
)
}