-
Notifications
You must be signed in to change notification settings - Fork 183
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
for multi-arch set SCRAM_TARGET to auto MULTIARCH/SKYLAKE otherwise to default #9154
Conversation
test parameters:
|
A new Pull Request was created by @smuzaffar for branch IB/CMSSW_14_1_X/master. @cmsbuild, @aandvalenzuela, @smuzaffar, @iarspider can you please review it and eventually sign? Thanks. |
cms-bot internal usage |
please test for CMSSW_14_1_MULTIARCHS_X |
+externals |
This pull request is fully signed and it will be integrated in one of the next IB/CMSSW_14_1_X/master IBs after it passes the integration tests. This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @rappoccio, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-fc7aa7/39044/summary.html 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: Comparison SummarySummary:
|
This PR contains the following updates
MULTIARCH/SKYLAKE
IB/releases: setSCRAM_TARGET
toauto
so that scram can automatically select the best set of libraries at runtime. This is what current MULTIARCHS IBs do (so no change in env logic for MULTIARCH/SKYLAKE builds)SCRAM_TARGET
todefault
so that scram only set default (sse3
) set libraries at runtime.SCRAM_TARGET=auto
. With this change, scram will build multi-arch libs forMULTIARCH/SKYLAKE
IB/releases but will only build default (sse3
) set of libraries for other IBs/releases.FYI @makortel , @fwyzard