-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update SCRAM and build rules #7851
Conversation
test parameters:
|
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch IB/CMSSW_12_4_X/master. @cmsbuild, @smuzaffar, @aandvalenzuela, @iarspider can you please review it and eventually sign? Thanks. |
please test |
-1 Failed Tests: UnitTests The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Unit TestsI found errors in the following unit tests: ---> test SiStripDAQ_O2O_test had ERRORS ---> test testGeneratorInterfacePythia8InterfaceTP had ERRORS Comparison SummarySummary:
|
SCRAM V2 had support for adding special flags for individual files e.g.
<flags CPPDEFINE="FOOBAR" file="somefile.xx"/>
but during the SCRAM V3 migration this feature was left out. This PR includes newer version of SCRAM which support this feature.