-
Notifications
You must be signed in to change notification settings - Fork 120
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
Next.js next build churns CPU forever in linux/amd64 on arm64 silicon mac #7499
Labels
Comments
I've reproduced it using docker desktop for mac 4.36.0 with "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" turned on (default). And then tested the following scenarios where it does work (as alternatives) in case it helps:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Running
next build
get stuck, with CPU at 100%, does not respond toSIGINT
and does not complete.Reproduce
docker run --platform linux/amd64 -it node:23 bash
git clone https://github.com/vercel/next-learn.git
cd next-learn/basics/demo
npm install
npm build
Expected behavior
Build should complete in a reasonable amount of time depending on hardware/resources.
docker version
Client: Version: 27.3.1 API version: 1.47 Go version: go1.22.7 Git commit: ce12230 Built: Fri Sep 20 11:38:18 2024 OS/Arch: darwin/arm64 Context: desktop-linux Server: Docker Desktop 4.36.0 (175267) Engine: Version: 27.3.1 API version: 1.47 (minimum version 1.24) Go version: go1.22.7 Git commit: 41ca978 Built: Fri Sep 20 11:41:19 2024 OS/Arch: linux/arm64 Experimental: false containerd: Version: 1.7.21 GitCommit: 472731909fa34bd7bc9c087e4c27943f9835f111 runc: Version: 1.1.13 GitCommit: v1.1.13-0-g58aa920 docker-init: Version: 0.19.0 GitCommit: de40ad0
docker info
Diagnostics ID
B5A27C8D-90CC-4ACC-8795-4C4562D94895/20241209154612
Additional Info
Found a related issue from last year #7124, the steps to reproduce are exactly the same, just different versions.
The text was updated successfully, but these errors were encountered: