From d0ae7dd7c32bcd305cbb0782ff67e3aa299a0f99 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 28 Oct 2025 15:16:29 +0300 Subject: [PATCH] Skip tests for java portable builds --- build_configs.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/build_configs.json b/build_configs.json index b30323d..1056b19 100644 --- a/build_configs.json +++ b/build_configs.json @@ -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": {