-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
libdart: fix update to 6.13.0 #14624
Conversation
Apparently dart no longer supports 32-bit plaforms:
The breaking commit is introduced here. Blacklisting |
8f7d070
to
1a2aef3
Compare
@xtkoba |
Ah that may be unfriendly. But you can |
1a2aef3
to
6d594ba
Compare
Hunk number 3 of |
d66e740
to
4130171
Compare
4130171
to
8cdf2b8
Compare
I had to create the patch again since the upstream introduced a switch to disable dartpy component. |
.patch files are applied automatically, .diff is usually used when patch is applied manually in build recipe, for example because a custom variable (i.e. not one of these ones) has to be sed'ed first |
#14617