Skip to content

Commit

Permalink
Merge pull request #9575 from cms-sw/code-checks-fix
Browse files Browse the repository at this point in the history
[BuildRule]Fix for code checks
  • Loading branch information
smuzaffar authored Dec 17, 2024
2 parents 8602af8 + c987c9b commit c707746
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scram-project-build.file
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ BuildRequires: dwz
%endif

%if "%{?configtag:set}" != "set"
%define configtag V09-06-07
%define configtag V09-06-09
%endif

%if "%{?buildarch:set}" != "set"
Expand Down Expand Up @@ -168,6 +168,8 @@ for t in %{extra_tools}; do %scramcmd setup $t; done
%if "%{?remove_tools:set}" == "set"
for t in %{remove_tools}; do %scramcmd tool remove $t; done
%endif
echo -e '<tool name="cmssw-config" version="%{configtag}" revision="1">\n</tool>' > %{i}/config/toolbox/%{cmsplatf}/tools/selected/cmssw-config.xml
%scramcmd setup cmssw-config
%{?buildarch:%buildarch}

export BUILD_LOG=yes
Expand Down

0 comments on commit c707746

Please sign in to comment.