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

Conversation

shankari
Copy link
Contributor

@shankari shankari commented May 5, 2024

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

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
Copy link

codecov bot commented May 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.40%. Comparing base (0a43a4d) to head (f504f68).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1152   +/-   ##
=======================================
  Coverage   26.40%   26.40%           
=======================================
  Files         114      114           
  Lines        4983     4983           
  Branches     1028     1064   +36     
=======================================
  Hits         1316     1316           
+ Misses       3667     3665    -2     
- Partials        0        2    +2     
Flag Coverage Δ
unit 26.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

@shankari shankari merged commit 24c8579 into e-mission:master May 5, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant