From c56cda562f1a71d4a06ba6eb0766841a15509d80 Mon Sep 17 00:00:00 2001 From: Jukka Jokiniva Date: Mon, 7 Oct 2024 14:57:58 +0300 Subject: [PATCH] Change precheck on Windows and macOS to developer build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch includes the followup fix that also adds the "non tests" developer build configuration for macos. Task-number: COIN-1181 Change-Id: I91b156bf4217aba517d02d9003605b09edb08ec6 Reviewed-by: Oliver Wolff Reviewed-by: Tor Arne Vestbø (cherry picked from commit 49b80c57c65a043fb0a22abf3d20036702544ab4) --- coin/platform_configs/precheck.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/coin/platform_configs/precheck.yaml b/coin/platform_configs/precheck.yaml index bf81338a..cd697181 100644 --- a/coin/platform_configs/precheck.yaml +++ b/coin/platform_configs/precheck.yaml @@ -5,11 +5,12 @@ Include: [ "ubuntu-22.04", "ubuntu-22.04-documentation", "ubuntu-22.04-documentation-x11-tests", - "windows-11_23H2-msvc2022", + "windows-11_23H2-msvc2022-developer-build", "ios-universal" ], macos.yaml: [ - "macos-14-x86_64-tests", + "macos-14-arm64-developer-build", + "macos-14-arm64-developer-build-tests", ], cmake_platforms_target_android.yaml: [ "android-arm64-on-macos"