Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-97731: Specify the full path to the docs formake docclean#98982
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This is to have `make clean` not error out on cross-builds.
bedevere-bot commentedNov 1, 2022
🤖 New build scheduled with the buildbot fleet by@brettcannon for commit66f8189 🤖 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. |
bedevere-bot commentedNov 1, 2022
🤖 New build scheduled with the buildbot fleet by@brettcannon for commit66f8189 🤖 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. |
bedevere-bot commentedNov 2, 2022
GH-99024 is a backport of this pull request to the3.11 branch. |
bedevere-bot commentedNov 2, 2022
GH-99025 is a backport of this pull request to the3.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 commit22bab74)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 commit22bab74)Co-authored-by: Brett Cannon <brett@python.org>
Uh oh!
There was an error while loading.Please reload this page.
This is to have
make cleannot error out on cross-builds.