-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[build] Protections for disabled geom and davix #18737
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
Conversation
| na49title->SetFillColor(32); | ||
| na49title->Draw(); | ||
| // | ||
| TFile *nageom = new TFile("na49.root"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is the test working in the regular case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this file is created by na49geomfile.py <-- geometry.C <-- na49.C <-- na49geomfile.C
coherently with many other features.
See root-project#18736 [tutorial] protect no geom [cmake] veto tutorials in cmakelists rather than with preprocessor guards as hinted by pcanal
Test Results 18 files 18 suites 3d 6h 43m 14s ⏱️ For more details on these failures, see this check. Results for commit a2af93a. |
pcanal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Building on top of the nice PR by dpiparo (#18639), I tried to add some more guards.
Fixes #18736