Skip to content
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

[6.3.0] Restore the classic desugar tool in the Bazel 6.3.0 branch so that the Bazel Android tools can be built for 6.3.0 without breaking backwards compatibility #18909

  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,12 @@ tasks:
- "//tools/test/..."
# Re-enable the following tests on Windows:
# https://github.com/bazelbuild/bazel/issues/4292
- "-//src/test/java/com/google/devtools/build/android/desugar/nest/..."
- "-//src/test/java/com/google/devtools/build/android/desugar/stringconcat/..."
- "-//src/test/java/com/google/devtools/build/android/desugar/testing/junit/..."
- "-//src/test/java/com/google/devtools/build/android/desugar/covariantreturn/..."
- "-//src/test/java/com/google/devtools/build/android/desugar/scan/..."
- "-//src/test/java/com/google/devtools/build/android/desugar/typeannotation/..."
- "-//src/test/java/com/google/devtools/build/android/r8/..."
- "-//src/test/java/com/google/devtools/build/lib/query2/cquery/..."
- "-//src/test/java/com/google/devtools/build/lib/query2/engine/..."
Expand Down
Loading