这是indexloc提供的服务,不要输入任何密码
Skip to content

chore(release): fix release by avoiding old glibc version #9464

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

Merged
merged 4 commits into from
Nov 19, 2024

Conversation

chris-olszewski
Copy link
Member

@chris-olszewski chris-olszewski commented Nov 19, 2024

Description

#9447 bumped us to upload-artifact to v4 which uses Node 20. Node 20 required a newer glibc version than was available on our build that targeted AWS's Lambda2's glibc version. See this job for an example failure.

Requiring this glibc version isn't necessary for the musl builds since it uses musl instead of glibc for libc.

I do not think this was intentional to have the musl binary building in this container as we changed this back when we were cross compiling: 8ca67c3

Future work: This does not fix the @turbo/repository release.

Testing Instructions

Ran test release and x86 msul build now passes: job

@chris-olszewski chris-olszewski marked this pull request as ready for review November 19, 2024 17:53
@chris-olszewski chris-olszewski requested a review from a team as a code owner November 19, 2024 17:53
Copy link

vercel bot commented Nov 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2024 5:53pm
8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Nov 19, 2024 5:53pm
examples-designsystem-docs ⬜️ Ignored (Inspect) Nov 19, 2024 5:53pm
examples-gatsby-web ⬜️ Ignored (Inspect) Nov 19, 2024 5:53pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Nov 19, 2024 5:53pm
examples-native-web ⬜️ Ignored (Inspect) Nov 19, 2024 5:53pm
examples-svelte-web ⬜️ Ignored (Inspect) Nov 19, 2024 5:53pm
examples-tailwind-web ⬜️ Ignored (Inspect) Nov 19, 2024 5:53pm
examples-vite-web ⬜️ Ignored (Inspect) Nov 19, 2024 5:53pm

@chris-olszewski chris-olszewski merged commit 405ccc1 into main Nov 19, 2024
47 checks passed
@chris-olszewski chris-olszewski deleted the olszewski/chore_ci_fix_release branch November 19, 2024 17:58
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.

2 participants