Skip to content
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

make static-dist hangs #28390

Open
johntyner opened this issue Sep 13, 2024 · 0 comments
Open

make static-dist hangs #28390

johntyner opened this issue Sep 13, 2024 · 0 comments

Comments

@johntyner
Copy link

Describe the bug
When trying to run make static-dist the build hangs during yarn run build at Building [ember-auto-import-webpack]. The box at the left stops scrolling around, and running top shows that the ember application always remains in the R state while CPU usage bounces around between 0.0 an 100.0+ %.

To Reproduce
Steps to reproduce the behavior:

  1. Start with a Debian 12 based container
  2. apt update && apt install -y yarnpkg npm
  3. ln -sf /usr/bin/yarnpkg /usr/local/bin/yarn
  4. git clone --depth 1 --branch v1.17.3 https://github.com/hashicorp/vault
  5. cd vault && make static-dist
  6. See error

Expected behavior
The build completes successfully

Environment:
Described above in steps to reproduce

Vault server configuration file(s):
N/A

Additional context
The problem is not present in 1.16.3 and begins with 1.17.0 and continues through at least 1.17.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants