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

Commits on Jul 11, 2023

  1. Revert "Remove desugar binary from Bazel Android Tools"

    This reverts commit 6d05f25.
    
    Re-add "classic" desugar dependencies in the Bazel 6.3.0 branch so that a version of the Android tools can be built that includes the classic desugarer so that we don't introduce breaking changes in a minor release of Bazel.
    ahumesky committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    3dc26cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7822d7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d1e087 View commit details
    Browse the repository at this point in the history
  4. Revert "Cleanup Classic Desugar Tests"

    This reverts commit a8952f5.
    ahumesky committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    40be787 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2aa3137 View commit details
    Browse the repository at this point in the history
  6. Fix android_integration_test to work with the head Android tools. int…

    …egration_test_setup.sh overrides the bazelrc in the test, so it must go before android_helper.sh which appends to the bazelrc to override the Android tools with the version built at head.
    ahumesky committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    04e8d24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37e66bb View commit details
    Browse the repository at this point in the history