From 365a829d4d0204c691e96c17886777600fec2812 Mon Sep 17 00:00:00 2001 From: JCW Date: Thu, 11 Jun 2026 13:34:13 +0100 Subject: [PATCH] Temporarily disable mac and linux --- .github/scripts/strategy-matrix/linux.json | 82 +--------------------- .github/scripts/strategy-matrix/macos.json | 13 +--- 2 files changed, 2 insertions(+), 93 deletions(-) diff --git a/.github/scripts/strategy-matrix/linux.json b/.github/scripts/strategy-matrix/linux.json index e6c807ac95..3445dc8e6e 100644 --- a/.github/scripts/strategy-matrix/linux.json +++ b/.github/scripts/strategy-matrix/linux.json @@ -1,84 +1,4 @@ { "image_tag": "sha-63ffdc3", - "configs": { - "ubuntu": [ - { - "compiler": ["gcc", "clang"], - "build_type": ["Debug", "Release"], - "arch": ["amd64", "arm64"] - }, - - { - "compiler": ["gcc", "clang"], - "build_type": ["Debug"], - "arch": ["amd64"], - "sanitizers": ["address", "undefinedbehavior"] - }, - - { - "compiler": ["gcc"], - "build_type": ["Debug"], - "arch": ["amd64"], - "suffix": "coverage", - "extra_cmake_args": "-DUNIT_TEST_REFERENCE_FEE=500 -Dcoverage=ON -Dcoverage_format=xml -DCODE_COVERAGE_VERBOSE=ON -DCMAKE_C_FLAGS=-O0 -DCMAKE_CXX_FLAGS=-O0" - }, - { - "compiler": ["clang"], - "build_type": ["Debug"], - "arch": ["amd64"], - "suffix": "voidstar", - "extra_cmake_args": "-Dvoidstar=ON" - }, - { - "compiler": ["clang"], - "build_type": ["Release"], - "arch": ["amd64"], - "suffix": "reffee", - "extra_cmake_args": "-DUNIT_TEST_REFERENCE_FEE=1000" - }, - { - "compiler": ["gcc"], - "build_type": ["Debug"], - "arch": ["amd64"], - "suffix": "unity", - "extra_cmake_args": "-Dunity=ON", - "exclude_event_types": ["pull_request"] - } - ], - - "debian": [ - { - "compiler": ["gcc"], - "build_type": ["Release"], - "arch": ["amd64"] - } - ], - - "rhel": [ - { - "compiler": ["gcc"], - "build_type": ["Release"], - "arch": ["amd64"] - } - ] - }, - "package_configs": { - "debian": [ - { - "compiler": ["gcc"], - "build_type": ["Release"], - "arch": ["amd64"], - "image": "ghcr.io/xrplf/xrpld/packaging-debian:sha-63ffdc3" - } - ], - - "rhel": [ - { - "compiler": ["gcc"], - "build_type": ["Release"], - "arch": ["amd64"], - "image": "ghcr.io/xrplf/xrpld/packaging-rhel:sha-63ffdc3" - } - ] - } + "configs": {} } diff --git a/.github/scripts/strategy-matrix/macos.json b/.github/scripts/strategy-matrix/macos.json index 66d7a55a43..b1b6de90d7 100644 --- a/.github/scripts/strategy-matrix/macos.json +++ b/.github/scripts/strategy-matrix/macos.json @@ -1,16 +1,5 @@ { "platform": "macos/arm64", "runner": ["self-hosted", "macOS", "ARM64", "mac-runner-m1"], - "configs": [ - { - "build_type": "Release", - "extra_cmake_args": "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" - }, - { - "build_type": "Debug", - "extra_cmake_args": "-DCMAKE_POLICY_VERSION_MINIMUM=3.5", - "build_only": true, - "exclude_event_types": ["pull_request"] - } - ] + "configs": [] }