-
Notifications
You must be signed in to change notification settings - Fork 29
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 CI, update py03 to latest version #101
Fix CI, update py03 to latest version #101
Conversation
notmandatory
commented
May 29, 2024
•
edited
Loading
edited
- Update ubuntu to 22.04 to fix GLIBC error, then fix OpenSSL ripemd160 config, see: https://stackoverflow.com/questions/74545780/how-to-enable-the-openssl-3-0-legacy-provider-github-actions
- Downgrade Leger emulator version (speculos), set version to 0.8.3
- Fix clippy warnings
- Update py03 dependency to 0.21.2
e53ad13
to
b904922
Compare
hm, I see speculos had a Traceback with |
I tried with a different firmware version in #102 with no luck. We could possibly try a different device than the nano s. |
7e74055
to
474310e
Compare
I got this to build with ubuntu 20.04 and rust 1.63 but with |
@notmandatory I was researching this and the failure started to happen on version 0.8.4 further, the In the PR #103 I was playing with the versions, it was only failing due to the glibc error on 1.78 (stable), but it works on previous ones, and in the nightly as you've mentioned (1.80). It's weird, because I've tried to reproduce the failure on stable locally and wasn't able to, and now it worked on the CI 😅 Maybe it's related to the runner machine being used at the moment CI is running ? |
c840e54
to
b587c10
Compare
b587c10
to
a714626
Compare
Got it all working! updated description with details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK a714626
a714626
to
d70bd9a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK d70bd9a