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

ci: Fix building trezor-firmware in Docker #94

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

jirijakes
Copy link
Contributor

  • installs poetry from Debian package instead of pip
  • removes dependency on pyblake2 from trezor-firwmare (it's not used anywhere)
  • updates to wrapt 1.14.1 since the default 1.13.3 does not build on Python 3.11
  • upgrades trezor-firwmare to 2.6.4

Tests pass on my machine with this setup.

Some of the changes should go to upstream (not yet sure if I try to). Weird is that nobody is complaining about it there, even though on my machine I encountered the same failures as in the Docker build.

If stars are aligned, should fix #93.

Copy link
Member

@danielabrozzoni danielabrozzoni left a comment

Choose a reason for hiding this comment

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

Awesome, thanks!

ACK 7c957d1

@danielabrozzoni danielabrozzoni merged commit 98b4ea6 into bitcoindevkit:master Jan 22, 2024
7 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.

Fix CI
2 participants