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

Override node20 compatible glibc for linux x86_64 #5959

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

atalman
Copy link
Contributor

@atalman atalman commented Nov 21, 2024

This is based on this nodejs: https://github.com/nodejs/unofficial-builds/ build compiled with glibc 2.17

Copy link

vercel bot commented Nov 21, 2024

@atalman is attempting to deploy a commit to the Meta Open Source Team on Vercel.

A member of the Team first needs to authorize it.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 21, 2024
@atalman atalman changed the title test Override node20 compatible glibc for linux x86_64 Nov 21, 2024
if: ${{ inputs.architecture == 'x86_64' }}
run: |
yum install curl -yyq
curl -LO https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
Copy link
Contributor

Choose a reason for hiding this comment

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

If possible, let's host this on our S3 bucket as I'm not sure how reliably this host is, we might end up ddos it

Copy link
Contributor

Choose a reason for hiding this comment

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

I think actions/runner#2906 (comment) says that rehosting the file is not what nodejs allows people to do, so it's better to just stick with this link then

Copy link
Contributor

@huydhn huydhn left a comment

Choose a reason for hiding this comment

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

LGTM! We are using Linux ephemeral runner to build Linux wheel, so I think tampering with the runner is fine as it will be teardown after the job anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants