diff --git a/build_configs.json b/build_configs.json index ea0c162..0d49d49 100644 --- a/build_configs.json +++ b/build_configs.json @@ -13,5 +13,62 @@ "enable_modules": ["idm:DL1"] } } + }, + "almalinux-release": { + "c8": { + "linked_builds": [1221,2323], + "build_flavors": ["AlmaLinux-8-beta", "AlmaLinux-9-beta", "dotnet-build"], + "mock_options": { + "definitions": { + "test": "1" + }, + "with": ["test"], + "without": ["tests"], + "yum_exclude": ["release*"], + "enable_modules": ["idm:DL1"] + } + } + }, + "perl-DateTime-Locale": { + "c8": { + "linked_builds": [1221,2323], + "build_flavors": ["dotnet-build"], + "mock_options": { + "definitions": { + "test": "1" + }, + "with": ["test"], + "without": ["tests"], + "yum_exclude": ["release*"], + "enable_modules": ["idm:DL1"] + } + } + }, + "perl-DateTime-TimeZone": { + "c8": { + "mock_options": { + "definitions": { + "test": "1" + }, + "with": ["test"], + "without": ["tests"], + "yum_exclude": ["release*"], + "enable_modules": ["idm:DL1"] + } + } + }, + "perl-DateTime-Format-Strptime": { + "c8": { + "linked_builds": [1221], + "mock_options": { + "definitions": { + "test": "1" + }, + "with": ["test"], + "without": ["tests"], + "yum_exclude": ["release*"], + "enable_modules": ["idm:DL1"] + } + } } } \ No newline at end of file