-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Add missing dependence on DataFormats/MuonReco to RecoLocalMuon/GEMCSCSegment/test/BuildFile.xml #40166
Conversation
This should fix UBSAN build failure
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40166/33175
|
A new Pull Request was created by @makortel (Matti Kortelainen) for master. It involves the following packages:
@cmsbuild, @AdrianoDee, @srimanob, @mandrenguyen, @clacaputo can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test for CMSSW_13_0_UBSAN_X |
-1 Failed Tests: RelVals RelVals
|
Compilation succeeded, which is sufficient for the UBSAN test |
@cmsbuild, please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-eca3dc/29312/summary.html Comparison SummarySummary:
|
Ping @cms-sw/reconstruction-l2 @cms-sw/upgrade-l2 (this PR is really simple) |
+reconstruction |
+Upgrade |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
UBSAN fails to build because of
https://cmssdt.cern.ch/SDT/cgi-bin/buildlogs/el8_amd64_gcc11/CMSSW_13_0_UBSAN_X_2022-11-28-1100/RecoLocalMuon/GEMCSCSegment
The dependence on
DataFormats/MuonReco
seems to have been added in #39441. This PR adds the dependence explicitly. Since #39441 was merged in 12_6_X, I based this PR on the IB tag that is common between 12_6_X and 13_0_X so it can be trivially backported to 12_6_X.PR validation:
None