Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Sep 28, 2023
1 parent 73d62b9 commit 82579ed
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# npm-hang-test 😩 #

[![Build](https://github.com/felddy/npm-hang-test/actions/workflows/build.yml/badge.svg)](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/6234099414

The 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/buildx

Please see the [open issues](https://github.com/felddy/npm-hang-test/issues) for the latest investigation status.

0 comments on commit 82579ed

Please sign in to comment.