-
Notifications
You must be signed in to change notification settings - Fork 1
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
npm hangs on some architectures of Alpine Linux #2
Comments
felddy
changed the title
npm hangs on Alpine Linux
npm hangs on some architectures of Alpine Linux
Sep 28, 2023
This was referenced Sep 28, 2023
Also related: |
Updated description with changes from: |
3 tasks
Temporary workaround:
See: |
felddy
added a commit
to felddy/foundryvtt-docker
that referenced
this issue
Apr 29, 2024
Also related: |
Attempted to set |
FYI, it also happens when running yarn. |
7 tasks
This was referenced Nov 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Failing builds
18.20.3
linus/s390x
3.20
20.15.0
linux/arm/v6
3.20
20.15.0
linux/arm/v7
3.20
20.15.0
linux/s390x
3.20
22.4.0
linux/arm/v6
3.20
22.4.0
linux/arm/v7
3.20
22.4.0
linux/ppc64le
3.20
22.4.0
linux/s390x
3.20
Log output
The builds are failing on the command
NODE_DEBUG=* node $(which npm) -v
(a verbose version ofnpm -v
.). The builds are limited to a timeout of 3 minutes, at which point they are cancelled by GitHub Actions and generate an error to that regard.npm-hang-test/.github/workflows/build.yml
Line 34 in 82579ed
The
s390x
builds hang with the last log output being:The
arm/v6
andarm/v7
both hang without any output after the command:The text was updated successfully, but these errors were encountered: