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

Grand master split #6

Open
wants to merge 20 commits into
base: proto-x86
Choose a base branch
from

Conversation

VoR0220
Copy link
Contributor

@VoR0220 VoR0220 commented Jun 10, 2019

This PR splits apart the qtum client and the qtum toolchain for x86 development, making our infrastructure more modular and easier to maintain and our containers SIGNIFICANTLY smaller.

Qtum client is sitting at ~47MB
Qtum toolchain is sitting at ~1.7GB

This is down from a grand total of ~8.6GB.

@VoR0220 VoR0220 changed the base branch from master to proto-x86 June 10, 2019 21:16
@VoR0220 VoR0220 changed the title WIP: Grand master split Grand master split Jun 21, 2019
function qx86make() {
docker run --rm -v "${PWD}:/root/bind" qtumx86 qmake "$@"
docker run --rm -v "${PWD}:/root/bind" -w "/root/bind" qtumtoolchain-alpine make
Copy link
Contributor

Choose a reason for hiding this comment

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

The ""$@"" is needed so that qx86make clean for example works

Copy link
Contributor

Choose a reason for hiding this comment

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

@VoR0220 Hi, once this is resolved, I am able to merge the PR.

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.

3 participants