Skip tests for java portable builds

This commit is contained in:
eabdullin 2025-10-28 15:16:29 +03:00
parent 541413ffc1
commit d0ae7dd7c3

View File

@ -489,26 +489,61 @@
"java-11-openjdk": {
"*": {
"platform_flavors": ["java-portable"]
},
"*portable*": {
"mock_options": {
"definitions": {
"__spec_check_template": "exit 0;"
}
}
}
},
"java-21-openjdk": {
"*": {
"platform_flavors": ["java-portable"]
},
"*portable*": {
"mock_options": {
"definitions": {
"__spec_check_template": "exit 0;"
}
}
}
},
"java-17-openjdk": {
"*": {
"platform_flavors": ["java-portable"]
},
"*portable*": {
"mock_options": {
"definitions": {
"__spec_check_template": "exit 0;"
}
}
}
},
"java-1.8.0-openjdk": {
"*": {
"platform_flavors": ["java-portable"]
},
"*portable*": {
"mock_options": {
"definitions": {
"__spec_check_template": "exit 0;"
}
}
}
},
"java-25-openjdk": {
"*": {
"platform_flavors": ["java-portable"]
},
"*portable*": {
"mock_options": {
"definitions": {
"__spec_check_template": "exit 0;"
}
}
}
},
"gcc-toolset-13-gcc": {