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

💚 👷 Remove the check for patcher #1152

Merged
merged 1 commit into from
May 5, 2024

Commits on May 5, 2024

  1. 💚 👷 Remove the check for patcher

    We removed patcher in 41ff1a7
    so we should not expect to see it in the file structure any more
    
    This should fix the failing build
    
    ```
    + ls -al /tmp/new-install/Android/sdk
    + '[' '!' -d /tmp/new-install/Android/sdk/emulator ']'
    + '[' '!' -d /tmp/new-install/Android/sdk/build-tools ']'
    + '[' '!' -d /tmp/new-install/Android/sdk/patcher ']'
    + exit 1
    ```
    
    Also, run CI on changes to the SDK package list (i.e.
    `setup/android_sdk_packages`) so that such errors are caught in the PR stage in
    the future
    shankari committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f504f68 View commit details
    Browse the repository at this point in the history