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
@@ -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
)
}