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

www: use node:lts in build-site.sh #2639

Merged
merged 1 commit into from
Apr 30, 2021
Merged

Conversation

richardlau
Copy link
Member

The nodejs.org website build uses fibers which is broken on Node.js 16
due to an incompatibility with the version of V8 that it contains.
Switch the Docker image used to build the website from node:latest to
node:lts to buy some time for the website to migrate off fibers.


This is live -- I edited the script on the www server, tested it and then synced the changes into this PR via:

ssh www cat /home/nodejs/build-site.sh > build-site.sh

Fixes: #2123 (comment)

The nodejs.org website build uses `fibers` which is broken on Node.js 16
due to an incompatibility with the version of V8 that it contains.
Switch the Docker image used to build the website from `node:latest` to
`node:lts` to buy some time for the website to migrate off `fibers`.
Copy link
Member

@rvagg rvagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦 I don't even want to know why fibers is getting involved here but using lts is a good move regardless

@richardlau
Copy link
Member Author

🤦 I don't even want to know why fibers is getting involved here but using lts is a good move regardless

FWIW I recommended (nodejs/nodejs.org#3828 (comment)) that the website drops use of fibers.

@richardlau richardlau merged commit 87d83be into nodejs:master Apr 30, 2021
@richardlau richardlau deleted the build-site branch April 30, 2021 11:01
@richardlau richardlau changed the title www: use docker:lts in build-site.sh www: use node:lts in build-site.sh May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken nodejs.org webhook since December 17th
3 participants