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

fix AppImage deterministic build #159

Merged
merged 1 commit into from
Nov 18, 2021
Merged

Conversation

PiRK
Copy link
Collaborator

@PiRK PiRK commented Nov 18, 2021

When building python dependencies with pip install --no-binary :all:..., we run into a bug caused by a cyclic dependency with tomli==1.2.1 and flit_core==3.2.0 while building dependencies of setuptools_scm.
It works with pip >= 0.21 according to pypa/flit#451 (comment)

This helps fix the deterministic build, which should produce an AppImage binary that fixes #158

When building python dependencies with `pip install --no-binary :all:...`, we run into a bug caused by a cyclic dependency with `tomli==1.2.1` and `flit_core==3.2.0` while building dependencies of setuptools_scm.
Apparently, it works with `pip >= 0.21` according to pypa/flit#451 (comment)
@PiRK PiRK merged commit 1c30e40 into Bitcoin-ABC:master Nov 18, 2021
@PiRK
Copy link
Collaborator Author

PiRK commented Nov 18, 2021

Note that this seems to significantly increase the duration of the build. It seems to get stuck for a long while on building dnspython

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Keepkey library no longer loaded in 5.0.3
1 participant