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

Fix build timeouts with node/yarn by setting UV_USE_IO_URING=0 by default #1523

Merged
merged 3 commits into from
Nov 21, 2024

Conversation

schneems
Copy link
Contributor

Default UV_USE_IO_URING=0 due to build timeouts This mirrors a change by the nodejs buildpack: heroku/heroku-buildpack-nodejs#1347

The Ruby buildpack needs this because we can install node/yarn without the heroku/nodejs buildpack, however this behavior triggers a warning and is generally advised against.

@schneems schneems requested a review from a team as a code owner November 21, 2024 19:00
@schneems schneems changed the title Set UV_USE_IO_URING=0 by default Fix build timeouts with node/yarn by setting UV_USE_IO_URING=0 by default Nov 21, 2024
Default `UV_USE_IO_URING=0` due to build timeouts This mirrors a change by the nodejs buildpack: heroku/heroku-buildpack-nodejs#1347

The Ruby buildpack needs this because we can install node/yarn without the `heroku/nodejs` buildpack, however this behavior triggers a warning and is generally advised against.
@schneems schneems force-pushed the schneems/uv-io-ring-zero branch from f4f2022 to 13bc82f Compare November 21, 2024 19:01
@schneems schneems enabled auto-merge (squash) November 21, 2024 19:16
@schneems schneems merged commit 8187b74 into main Nov 21, 2024
4 checks passed
@schneems schneems deleted the schneems/uv-io-ring-zero branch November 21, 2024 19:27
@heroku-linguist heroku-linguist bot mentioned this pull request Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants