-
Notifications
You must be signed in to change notification settings - Fork 970
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
Revert "revert node12 version due to fs.copyFileSync hang https://git… #1651
Conversation
be8439d
to
d40d3ca
Compare
345cb48
to
041ece0
Compare
the release notes for v2.288.0 say "Bump node12 version to latest" but 12.22.7 is not the latest, I think 12.22.10 may be the latest (but I'm no node.js expert). |
This PR seems to break users since How could we know if the kernel issue is fixed? Thx. |
@crazy-max base on #1536 |
@TingluoHuang Ok thanks! Maybe this user uses the runner on a kernel that is not patched yet. Sorry for the noise. |
Looks like this is tracked in https://bugs.launchpad.net/ubuntu/+source/linux-base/+bug/1953199 |
@TingluoHuang As nodejs is core component, I wonder if the runner instance could be smart enough to detect kernels that can cause issues like this. Maybe a warning message or set a minimal required kernel version in the runner config that says to upgrade the kernel before making an update of the runner? |
@crazy-max it's kernel + overlay filesystem combined that exposes the bug. 😢 it might be harder to detect the filesystem when you are inside it. |
@TingluoHuang Ah yeah true might be tricky |
…hub.com//issues/1536 (#1537)"
bef164a
Now that the kernel is fixed, lets update node12 again.
Resolves #1536