Skip to content

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.

Earlz and others added 8 commits February 25, 2019 13:44
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
…e more change

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
@VoR0220 VoR0220 changed the base branch from master to proto-x86 June 10, 2019 21:16
VoR0220 added 6 commits June 13, 2019 13:31
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
…t of toolchain, delete old docker

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
@VoR0220 VoR0220 changed the title WIP: Grand master split Grand master split Jun 21, 2019
VoR0220 added 6 commits July 1, 2019 14:58
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
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