gh-97731: Specify the full path to the docs for make docclean#98982
gh-97731: Specify the full path to the docs for make docclean#98982brettcannon merged 4 commits intopython:mainfrom
make docclean#98982Conversation
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 cleannot error out on cross-builds.