-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
16.1.0 with LTO: yarn 1 does not terminate #38553
Comments
Not reproducible on MacOS. It works fine. Am I missing something?
|
I have this on Linux. |
@dilyanpalauzov I have tried on Ubuntu 18.04, and it still works.... |
I'm also unable to reproduce on Linux. |
yarn 1 does not terminate under Linux, when Node 16.1.0 is compiled using I use ld.bfd 2.35.1-41.fc34 with g++ (GCC) 11.1.1 20210428 (Red Hat 11.1.1-1). |
I am using master branch, not able to reproudce too. Can you try https://github.com/gengjiawen/node-github-workflow/actions/runs/816993117 binary ? |
Building from the master branch still has this problem. I uploaded my binary at https://mail.aegee.org/dpa/n16/ . Compiling
Why am I not permitted to use LTO with clang? Can I tell the compiler using configure.py to use ld.gold as linker? The webpage https://github.com/gengjiawen/node-github-workflow/actions/runs/816993117 contains the information
I cannot download https://github.com/gengjiawen/node-github-workflow/suites/2666783862/artifacts/58758469 using wget or curl. When I try to download it from FIrefox, the first time 500MB were downloaded, the second and third time 528MB were downloaded. That said I cannot download the uploaded artifact in its completeness. |
Does this still occur with #40631 (which is now on the most recent versions of Node.js 12, 14, 16 and 17) applied? |
With the change #40631 applied towards Node v16.14.0, the initial problem is gone. I compile using |
Using global yarn 1.22.10 calling
terminates under Node 16.0.0 within reasonable time.
With node 16.1.0 neither
yarn init -y
noryarn outdated
terminate within reasonable time (I have not triedyarn add
). Yarn under node 16.1.0 printsDone in 3.0s
, but does not terminate on Linux.The text was updated successfully, but these errors were encountered: