-
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
Clean unused dependencies from BuildFiles #36834
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-36834/28015
|
A new Pull Request was created by @guitargeek (Jonas Rembser) for master. It involves the following packages:
@rekovic, @jpata, @santocch, @cecilecaillol, @civanch, @yuanchao, @ahmad3213, @cmsbuild, @pmandrik, @epalencia, @emanueleusai, @mdhildreth, @AdrianoDee, @jfernan2, @slava77, @ggovi, @pbo0, @francescobrivio, @malbouis, @clacaputo, @srimanob, @rvenditti, @tvami can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild , please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-122f05/22078/summary.html Comparison SummarySummary:
|
+1 |
+Upgrade Technical PR, no change is expected. PR test runs fine. |
comparison differences are expected for ubsan, so please ignore those. Ubsan tests are mostly to make sure that ubsan can build without link errors. #36834 (comment) looks good for build part to all looks good with this cleanup |
+1
|
+1 |
Hi @clacaputo, I hope Shazad's comment cleared your doubt. Can you please approve? |
@guitargeek we normally bypass analysis signature, but this PR still misses the @cms-sw/reconstruction-l2 one... |
+reconstruction
|
+1 |
merge |
+1 |
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 be automatically merged. |
PR description:
Another quick BuildFile cleaning PR in the style of many before (for example #36144).
In many cases, the dependencies had to be moved to the appropriate BuildFile, for example from a plugins directory to the library directory or vice versa.
In one place, a missing include has been added to not cause a false positive in my BuildFile checker.
This PR cleans unnecessary includes from CMSSW BuildFiles that were added in the last months.
PR validation:
CMSSW compiles.
if this PR is a backport please specify the original PR and why you need to backport that PR:
No backport intended.