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

chore(android): try/catch around unlink snapshots #14000

Merged
merged 3 commits into from Apr 16, 2024
Merged

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Mar 1, 2024

Same as the unlink a few lines before: adding a try/catch around in case the file is not there.

Happened a few time when I've switched branches and did a cleanbuild where it downloaded the v8 again.

@m1ga
Copy link
Contributor Author

m1ga commented Apr 16, 2024

@hansemannn can we merge this one please. Really bugs me when testing different branches 😄 The file is not there and it tries to remove it. It just adds a try/catch (as some lines above it) so for normal builds it won't change anything. Have to do it by hand at the moment.

Just a Linux SDK thing anyway since it is in generateSnapshot which only runs on Linux.

Copy link
Contributor

@cb1kenobi cb1kenobi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

Copy link
Contributor

@cb1kenobi cb1kenobi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@cb1kenobi cb1kenobi merged commit 115bbb2 into master Apr 16, 2024
6 checks passed
@m1ga m1ga deleted the androidFixUnlink branch April 16, 2024 16:51
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.

None yet

2 participants