-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[7.2.0] Update @rules_java
v7.6.1
#22480
Conversation
Closes #22430. Co-authored-by: hvd <hvadehra@gmail.com> PiperOrigin-RevId: 635920357 Change-Id: I2ce7155ddb8d544f40a1940a1b44dfee8d2af5a7
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
@hvadehra there's a crapton of these failures on CI:
Did I miss something during the cherry-pick? The PR was fine on master. |
PiperOrigin-RevId: 623470267 Change-Id: I203929d7a3f8626aba71c6f1af7d1df82096b37e
BEGIN_PUBLIC Add `load()` statements for the Bazel builtin top-level java symbols Loads are being added in preparation for moving the symbols out of Bazel and into `rules_java`. END_PUBLIC PiperOrigin-RevId: 624087139 Change-Id: I3d98ec19cf1c2cd7e587e4a3e6117c49d7ffd2e8
This reverts commit 651d0913be7550fd6b9f77ee268124c01f17c924. Reason for revert: There have been enough issues of 7.2.0rc2, mainly due to bazelbuild/bazel#22407 ([7.2.0] Preserve paths under hermetic /tmp in the sandbox), including: - Kythe was broken (b/343803993) - Reproducibility is broken because realpath changes (b/345452375, WIP b/346559442) and due to bazelbuild/bazel#22480 ([7.2.0] Update @rules_java v7.6.1): - docs_dist broken (WIP b/345143232) To avoid stability issues, and because the non rc 7.2.0 won't have enough time to settle down, reverting back to the stabler 7.1.1. This change is part of the rollback. Bug: 345143232 Bug: 343803993 Bug: 345452375 Bug: 346559442 Change-Id: Ic90004e2b9011f4d56ada7fd9f15588c9ef20b95
This reverts commit 651d0913be7550fd6b9f77ee268124c01f17c924. Reason for revert: There have been enough issues of 7.2.0rc2, mainly due to bazelbuild/bazel#22407 ([7.2.0] Preserve paths under hermetic /tmp in the sandbox), including: - Kythe was broken (b/343803993) - Reproducibility is broken because realpath changes (b/345452375, WIP b/346559442) and due to bazelbuild/bazel#22480 ([7.2.0] Update @rules_java v7.6.1): - docs_dist broken (WIP b/345143232) To avoid stability issues, and because the non rc 7.2.0 won't have enough time to settle down, reverting back to the stabler 7.1.1. This change is part of the rollback. Bug: 345143232 Bug: 343803993 Bug: 345452375 Bug: 346559442 Change-Id: Ic90004e2b9011f4d56ada7fd9f15588c9ef20b95
This reverts commit 651d0913be7550fd6b9f77ee268124c01f17c924. Reason for revert: There have been enough issues of 7.2.0rc2, mainly due to bazelbuild/bazel#22407 ([7.2.0] Preserve paths under hermetic /tmp in the sandbox), including: - Kythe was broken (b/343803993) - Reproducibility is broken because realpath changes (b/345452375, WIP b/346559442) and due to bazelbuild/bazel#22480 ([7.2.0] Update @rules_java v7.6.1): - docs_dist broken (WIP b/345143232) To avoid stability issues, and because the non rc 7.2.0 won't have enough time to settle down, reverting back to the stabler 7.1.1. This change is part of the rollback. Bug: 345143232 Bug: 343803993 Bug: 345452375 Bug: 346559442 Change-Id: Ic90004e2b9011f4d56ada7fd9f15588c9ef20b95
No description provided.