-
Notifications
You must be signed in to change notification settings - Fork 38
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 initial visionOS support #228
Conversation
fa7fb2a
to
3c70f29
Compare
d894fc5
to
a56e41f
Compare
a56e41f
to
e922bd5
Compare
Does that mean when we merge this that we drop support for anything before Bazel 7? (Though I think we can conditionalize our code to work around that.) |
Well if you backport that to 6.x maybe we'd only have to worry about 5.x (assuming it's reasonable to only support the newest 6.x). otherwise I do think we could conditionalize the setup that uses the platforms somehow which i think would be all we'd have to do |
e47c706
to
e32820e
Compare
e32820e
to
bbf416f
Compare
Depends on bazelbuild/bazel#18905 and bazelbuild/platforms#71