Clean up Bazel workspace rules#4365
Open
copybara-service[bot] wants to merge 1 commit into
Open
Conversation
copybara-service
Bot
force-pushed
the
test_654352167
branch
2 times, most recently
from
July 21, 2024 17:02
ff8e900 to
edd674b
Compare
copybara-service
Bot
force-pushed
the
test_654352167
branch
4 times, most recently
from
July 22, 2024 04:12
97d1183 to
08b4718
Compare
* Migrated most WORKSPACE deps to MODULE.bazel (will be required in Bazel 9.x).
* Use `.bazelversion` to declare Bazel version instead of `USE_BAZEL_VERSION`
env variable (makes it easier to run locally with same bazel version).
* Explicitly set `source`/`target` for `dagger.android` api, and use
`.bazelrc` to set default `source`/`target` for annotation processors.
* Removed unused bazel common dependencies in WORKSPACE
* Removed `bazel_skylib`
* Removed `google_bazel_common`
* Removed `rules_python`
* Removed `zlib`
* Removed obsolete `tools/bazel.rc` config
RELNOTES=N/A
PiperOrigin-RevId: 654352167
copybara-service
Bot
force-pushed
the
test_654352167
branch
from
July 22, 2024 16:04
08b4718 to
1765d53
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Clean up Bazel workspace rules
.bazelversionto declare Bazel version instead ofUSE_BAZEL_VERSIONenv variable (makes it easier to run locally with same bazel version).
source/targetfordagger.androidapi, and use.bazelrcto set defaultsource/targetfor annotation processors.bazel_skylibgoogle_bazel_commonrules_pythonzlibtools/bazel.rcconfigRELNOTES=N/A