-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
nasm installation fails from Chocolatey #39038
Comments
It's not the first time I see this happen... Sometimes https://www.nasm.us/ is just down. |
Yeah, I'm pretty sure that this has happened to me on a non-node-related score at some point in the past too 🤔 |
Should I close this? |
As you want. If you think it is worth fixing this on our side, it's better to keep it open. Otherwise we can close. |
Looks like a similar error has happened again: https://github.com/nodejs/node/pull/39782/checks?check_run_id=3344509225 😕 I'll keep it open for now. |
hi @danielleadams I was going through Windows-related issues and noted this one. Both coverage-windows and build-windows workflows have been green lately (coverage windows is actually disabled atm). The problem back then might've been caused by a very early Chocolatey version (0.10), which is very different to what we have now (2.2.2). |
Since this is no longer active, and there has been no answer since the last comment, I'll close this. If you still experience the same issue, please reopen this issue or open a new one. |
The
coverage-windows
andbuild-windows
workflows seem to be failing consistently due tonasm.us
being unavailable for Chocolatey (ie.choco install ..
), and blocks GitHub checks for staging branches, release branches, and master. With some quick googling, it appears that this is something that happens with the host sometimes, but it can be fixed by using Chocolatey's CDN or having an internally hostednasm
.coverage-windows
andbuild-windows
GitHub workflowshttps://github.com/nodejs/node/runs/2826101554
https://github.com/nodejs/node/pull/39031/checks?check_run_id=2826221528
https://github.com/nodejs/node/pull/39031/checks?check_run_id=2826221630
The text was updated successfully, but these errors were encountered: