From cae9ac8c209dec99efcb6f7f5a3c4020136fe761 Mon Sep 17 00:00:00 2001 From: Malik Shahzad Muzaffar Date: Thu, 20 Apr 2023 11:58:11 +0200 Subject: [PATCH 1/3] [13.0][BuildRules] Improved unit testing for gpu/rocm/alpaka based tests --- scram-project-build.file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scram-project-build.file b/scram-project-build.file index cff5e1be88a..176a7c70448 100644 --- a/scram-project-build.file +++ b/scram-project-build.file @@ -54,7 +54,7 @@ BuildRequires: dwz %endif %if "%{?configtag:set}" != "set" -%define configtag V07-07-03 +%define configtag V08-00-03 %endif %if "%{?cvssrc:set}" != "set" From b046135ff478edf9250af00809121f4bb7daa5e4 Mon Sep 17 00:00:00 2001 From: Malik Shahzad Muzaffar Date: Thu, 20 Apr 2023 12:01:02 +0200 Subject: [PATCH 2/3] disable pgo for 13.0.x --- scram-project-build.file | 1 + 1 file changed, 1 insertion(+) diff --git a/scram-project-build.file b/scram-project-build.file index 176a7c70448..2c43f5838da 100644 --- a/scram-project-build.file +++ b/scram-project-build.file @@ -120,6 +120,7 @@ echo %{configtag} > %_builddir/config/config_tag %_builddir/config/updateConfig.py -p %{ucprojtype} -v %v -s $SCRAMV1_VERSION -t ${%{toolconf}} \ --keys SCRAM_COMPILER=%{scram_compiler} \ --keys ENABLE_LTO=%{enable_lto} \ + --keys ENABLE_PGO=0 \ %if "%{?gitcommit:set}" == "set" --keys PROJECT_GIT_HASH=%{gitcommit} %else From 2b8dd82acd357176274b9fa4cb8f3fe7ccd5ac3d Mon Sep 17 00:00:00 2001 From: Malik Shahzad Muzaffar Date: Thu, 20 Apr 2023 15:51:37 +0200 Subject: [PATCH 3/3] Update scram-project-build.file --- scram-project-build.file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scram-project-build.file b/scram-project-build.file index 2c43f5838da..2b31057b53b 100644 --- a/scram-project-build.file +++ b/scram-project-build.file @@ -54,7 +54,7 @@ BuildRequires: dwz %endif %if "%{?configtag:set}" != "set" -%define configtag V08-00-03 +%define configtag V08-00-04 %endif %if "%{?cvssrc:set}" != "set"