-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix: update ubrn and adapt android codegen path #11
base: main
Are you sure you want to change the base?
Conversation
de8eb0e
to
8b33b59
Compare
Hi @Johennes, I see that you're currently working on this. Tried to run the iOS build locally from this branch. For me it fails with:
Just thought that might be helpful ... |
The CI seems hosed but it also started failing on |
Thanks @olliiiver! I hadn't seen your comment yet when putting in my last one. Oddly enough it builds fine for me locally. 🤔 The failure on the CI is during the I'm not sure what causes the issue you're seeing either right now. 😞 |
Actually, if you're using it from this branch, did you run |
Looks like the main branch won't get built, too. It seems there is some more difference between 0.2.0 and the main branch... See: |
Ok, the npm version contains a build/ folder. That's why I'm able to use the package from npm, but not from source, and so currently my build fails. https://www.npmjs.com/package/@unomed/react-native-matrix-sdk/v/0.2.0?activeTab=code |
When I execute
locally, it fails with the same error as in the pipeline ...
|
I was thinking that it might be a change in the Rust toolchain because that seems to be the only unfixed thing in the CI build and I probably haven't updated mine locally in a while. However, in that case I would have expected the issue to have been observed and fixed upstream in matrix-rust-sdk. The same build error occurs with the latest tag though. |
Yes, I've seen they updated blake3 dependencies just two weeks ago... |
Yeah, exactly. But that doesn't seem to be the culprit. The fact that I'm not hitting this error locally on my laptop makes me think that some dependency or environment setting must be missing. |
Fixes: #10