From 7c1d6903ed4f7ce6d73835fff629976f6b2d827e Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Wed, 8 Apr 2026 09:40:13 +0300 Subject: [PATCH] Separate openSUSE 16 sccache from the history MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update from: gcc15-15.2.0+git10201-160000.1.1.x86_64 to gcc15-15.2.0+git10201-160000.2.1.x86_64 breaks the gcc compability check and causes "false positive" cache hit which eventually fails with: "created by a different GCC executable" Sccache do not seem to see the change as build id, checksums etc. for the gcc are the same between the versions. Just set the value to v1 as nothing is pinning the gcc so it will update on it's own also in future. Change-Id: I4f2a6da95680c28ad1912751307f96df806c9930 Reviewed-by: Tero Heikkinen Reviewed-by: Simo Fält --- coin/platform_configs/cmake_platforms.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index 50c8c9bf..d7a4ed59 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -155,6 +155,7 @@ Configurations: 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE', 'VCPKG_HOST_TRIPLET=x64-linux-qt', 'VCPKG_TARGET_TRIPLET=x64-linux-qt', + 'SCCACHE_C_CUSTOM_CACHE_BUSTER=v1' ] - Id: 'sles-15_sp6-static'