Skip tests for java portable builds
This commit is contained in:
parent
541413ffc1
commit
d0ae7dd7c3
@ -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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user