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

Very slow yarn package pulling on QEMU emulated cross-platform build. #2

Closed
bddvlpr opened this issue Sep 21, 2022 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@bddvlpr
Copy link
Owner

bddvlpr commented Sep 21, 2022

Describe the bug
While compiling from (for e.g.) amd64 to arm64/v8 or arm/v7 using Docker Buildx and QEMU, pulling packages using Yarn takes extremely long. Very likely associated with nodejs/docker-node#1335.

To Reproduce
Steps to reproduce the behavior:

  1. git clone https://github.com/bddvlpr/untis-ics-sync
  2. docker buildx build --platform=linux/amd64,linux/arm/v7,linux/arm64/v8 .

Expected behavior
Yarn to possibly take ~30 seconds to 1 minute to pull the packages.

Screenshots
image

System (please complete the following information):

  • OS: Linux Arch 5.19.9-arch1-1
  • Docker version: 20.10.18
  • Buildx: 0.9.1

Additional context

@bddvlpr
Copy link
Owner Author

bddvlpr commented Sep 5, 2023

Won't be resolved unless the builds get run on self-hosted action runners.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant