-
Notifications
You must be signed in to change notification settings - Fork 357
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
fix: remove empty glob from geographiclib #3495
Conversation
wep21
commented
Dec 27, 2024
- as title
Signed-off-by: wep21 <[email protected]>
@bazel-io skip_check unstable_url |
@fmeum @meteorcloudy please add presubmit auto run. |
@fmeum The macos ci error seems to be irrelevant to this PR for me. How do you think about it? |
The failure persists. You could check with rules_foreign_cc whether this is a known issue. Maybe there is a way to have the ruleset use a hermetic Python provided by rules_python? That would also help users of your module that don't have Python installed locally. |
There are just a very small number of substitutions in this case in the Config.h file. You could consider just setting them manually in bzl and forgoing the python script that does the cmake parsing. |
Signed-off-by: wep21 <[email protected]>
Head branch was pushed to by a user without write access
Require module maintainers' approval for newly pushed changes.
81a39a4
to
ea97bfc
Compare
@fmeum Setting default python version seems to solve the error, I'm not sure this is the proper python version though. |
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.
That's okay, the root module can override it.
Require module maintainers' approval for newly pushed changes.
Signed-off-by: wep21 <[email protected]>
a9bf856
to
5cebdbd
Compare
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.
Great, I'll keep this helper module in mind while reviewing other contributions!
@meteorcloudy FYI