From 400d0d446b33c9e1575cf24c8244e54e2cbb3281 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Mon, 27 Apr 2026 11:12:28 +0800 Subject: [PATCH] coin: make macos-26-arm64-developer-build significant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit macos-26-arm64-developer-build-tests was made significant, but macos-26-arm64-developer-build remained insignificant. This lead to situation that the macos-26-arm64-developer-build-tests job failed with an obscure error "Error occurred while reading log: File not found" Amends 7c434c9885c4cf9c39ce5c908cf1bf0d59fe3be1 Change-Id: Idf15cd6aac4e2791776268a52cdd0eeb67cc5434 Reviewed-by: Jukka Jokiniva Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 0ff8f9c3..f88516d7 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -98,7 +98,7 @@ Configurations: Id: 'macos-26-arm64-developer-build' Template: 'qtci-macos-26-arm-104' Compiler: 'Clang' - Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure', 'Insignificant'] + Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure'] Configure arguments: '-developer-build -nomake examples -debug -framework' Environment variables: [ 'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',