-
Notifications
You must be signed in to change notification settings - Fork 4.5k
wp-env: Fix Docker build errors with Debian Buster repositories #70718
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
Conversation
A nice detective work, @t-hamano! 🕵️ |
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: 0 B Total Size: 1.89 MB ℹ️ View Unchanged
|
The PHP unit tests seem to pass! Let's merge this PR. |
Flaky tests detected in 06bb09f. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/16267635788
|
Just wanted to check, do we know when these fixes will be released as part of a wp-env release? |
Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
I just cherry-picked this PR to the release/21.2 branch to get it included in the next release: 40b0eca |
@priethor I may not be fully understanding the release process, but shouldn't the backport you mention above have led to a new release of https://www.npmjs.com/package/@wordpress/env? I still don't see it there and it seems that pulling the latest version still fails with the error. |
What?
Recently, Docker startup has been failing in unit tests for the following reasons:
Example: https://github.com/WordPress/gutenberg/actions/runs/16267438249/job/45926622123
Why?
I suspect this is because the
buster
package is archived:https://lists.debian.org/debian-devel-announce/2025/06/msg00001.html
Let's check the archive site and see if CI is successful.