Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felddy/npm-hang-test
Testing failure of GitHub Actions builds of s390x images
https://github.com/felddy/npm-hang-test
armv6 armv7 docker failure github-actions hang help-wanted nodejs npm s390x
Last synced: 26 days ago
JSON representation
Testing failure of GitHub Actions builds of s390x images
- Host: GitHub
- URL: https://github.com/felddy/npm-hang-test
- Owner: felddy
- Created: 2023-09-26T20:31:38.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-08-27T03:07:10.000Z (2 months ago)
- Last Synced: 2024-08-27T04:21:27.250Z (2 months ago)
- Topics: armv6, armv7, docker, failure, github-actions, hang, help-wanted, nodejs, npm, s390x
- Homepage:
- Size: 89.8 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm-hang-test 😩 #
[](https://github.com/felddy/npm-hang-test/actions/workflows/build.yml)
Investigating why the command `npm` hangs in the [offical NodeJS images](https://hub.docker.com/_/node) when run in GitHub Actions.
Daily builds of my [FoundryVTT Docker repo](https://github.com/felddy/foundryvtt-docker) started failing between daily builds:
- `2023-09-18`: ✅ https://github.com/felddy/foundryvtt-docker/actions/runs/6221059494
- `2023-09-19`: ❌ https://github.com/felddy/foundryvtt-docker/actions/runs/6234099414The build of the `linux/s390x` image started hanging when running `npm install`.
This repository runs a simple [GitHub Action workflow](https://github.com/felddy/npm-hang-test/actions/workflows/build.yml) that runs `npm -v` during a Docker image build for several architectures and Linux distributions.
Possible culprits:
- https://github.com/actions/runner/actions
- https://github.com/nodejs/docker-node
- https://github.com/qemu/qemu
- https://github.com/docker/buildxPlease see the [open issues](https://github.com/felddy/npm-hang-test/issues) for the latest investigation status.