-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |