-
Notifications
You must be signed in to change notification settings - Fork 1.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
[workspace] Build tinyxml2 from source #17830
[workspace] Build tinyxml2 from source #17830
Conversation
@drake-jenkins-bot mac-big-sur-clang-bazel-experimental-release please |
Deprecate the repository rule for the OS library.
335799d
to
9585b5e
Compare
+@rpoyner-tri for feature review, please. |
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.
Reviewed 22 of 24 files at r1, 2 of 2 files at r2, all commit messages.
Reviewable status: needs at least two assigned reviewers (waiting on @jwnimmer-tri)
+@xuchenhan-tri for platform review tomorrow, please. |
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.
Reviewed 22 of 24 files at r1, 2 of 2 files at r2, all commit messages.
Reviewable status: 1 unresolved discussion (waiting on @jwnimmer-tri)
tools/workspace/default.bzl
line 355 at r2 (raw file):
if "tinyobjloader" not in excludes: tinyobjloader_repository(name = "tinyobjloader", mirrors = mirrors) if "tinyxml2" not in excludes:
question: do we still need this?
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.
Reviewable status: 1 unresolved discussion (waiting on @xuchenhan-tri)
tools/workspace/default.bzl
line 355 at r2 (raw file):
Previously, xuchenhan-tri wrote…
question: do we still need this?
Yes, per the Stable API section about default.bzl
"... we will deprecate it prior to removing our definition of the dependency".
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.
Reviewable status: complete! all discussions resolved, LGTM from assignees rpoyner-tri(platform),xuchenhan-tri(platform) (waiting on @jwnimmer-tri)
tools/workspace/default.bzl
line 355 at r2 (raw file):
Previously, jwnimmer-tri (Jeremy Nimmer) wrote…
Yes, per the Stable API section about
default.bzl
"... we will deprecate it prior to removing our definition of the dependency".
I see. Thanks for the reference.
Deprecate the repository rule for the OS library.
Towards #17231.
This change is