-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-97731: Specify the full path to the docs for make docclean
#98982
Conversation
This is to have `make clean` not error out on cross-builds.
🤖 New build scheduled with the buildbot fleet by @brettcannon for commit 66f8189 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Leaving this as a draft (and incomplete w/ no news entry) until I can verify that cross-builds like for WASI pass cleanly with this fix. If it's still a failure than I will add a |
Trying to find out why such a small subset of buildbots got put on to this PR. |
🤖 New build scheduled with the buildbot fleet by @brettcannon for commit 66f8189 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Thanks @brettcannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-99024 is a backport of this pull request to the 3.11 branch. |
GH-99025 is a backport of this pull request to the 3.10 branch. |
…pythonGH-98982) Specify the full path to the docs for `make docclean` This is to have `make clean` not error out on cross-builds. (cherry picked from commit 22bab74) Co-authored-by: Brett Cannon <brett@python.org>
…pythonGH-98982) Specify the full path to the docs for `make docclean` This is to have `make clean` not error out on cross-builds. (cherry picked from commit 22bab74) Co-authored-by: Brett Cannon <brett@python.org>
This is to have
make clean
not error out on cross-builds.