-
Notifications
You must be signed in to change notification settings - Fork 237
Update rules_android to fix --incompatible_disable_native_repo_rules failure #1358
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
base: master
Are you sure you want to change the base?
Conversation
6a2f186 to
12b78ba
Compare
8ca9348 to
779dc5b
Compare
e77a08b to
f8c0e99
Compare
f8c0e99 to
6a08ad2
Compare
…failure This will pull in bazelbuild/rules_android#376 and fix [release failures](https://buildkite.com/bazel/bcr-presubmit/builds/18423/steps/canvas?sid=0198cdb5-4b4a-459a-9762-9bcb94947930)
…r dealing with transitions
cfbd52c to
85fd8ce
Compare
| <<: [*ubuntu2204, *unittests] | ||
| ubuntu2204_integration_tests: | ||
| <<: [*ubuntu2204, *integration_tests] | ||
| rbe_ubuntu1604: |
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.
| rbe_ubuntu1604: | |
| rbe_ubuntu2404: |
I was running into some problems with Ubuntu 16.04 and I bumped it in my Bazel 8 PR
| test_flags: | ||
| # Override the default worker strategy for remote builds (worker strategy | ||
| # cannot be used with remote builds) | ||
| - "--config=rbe" |
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.
not needed, the rbe config doesn't exist any longer in .bazelrc
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.
85fd8ce to
9deaec7
Compare
This will pull in bazelbuild/rules_android#376 and fix part of the release failures