-
Notifications
You must be signed in to change notification settings - Fork 99
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
docs-libc-html not updating #359
Comments
Ah publish-runtimes-sphinx-docs is the bot for this, it's been red. Let's see why. |
Ah, it's me. I'm guilty your honor:
|
I've tried to force a clean build from the web ui, but the build requests are queued up still. @gkistanova can you manually clean the cmake build dir for I'm able to build locally fine, though the buildbot is using cmake 3.25 and I have cmake 3.29.6. |
A clean build does not seem to fix that. |
Ok, thanks for verifying. For now, I will just partially revert llvm/llvm-project@539b15b, and file a TODO to look into this further at some point in time in the future. |
Having a target named pthreads is breaking when multiple runtimes are enabled. Disable this target for now so that the builds go back to green (and sites get updated). Link: llvm/llvm-zorg#359 (comment) Link: llvm#122006 Link: llvm#122497 Link: llvm#123821
Having a target named pthreads is breaking when multiple runtimes are enabled. Disable this target for now so that the builds go back to green (and sites get updated). Link: llvm/llvm-zorg#359 (comment) Link: #122006 Link: #122497 Link: #123821
Having a target named pthreads is breaking when multiple runtimes are enabled. Disable this target for now so that the builds go back to green (and sites get updated). Link: llvm/llvm-zorg#359 (comment) Link: #122006 Link: #122497 Link: #123821
publish-runtimes-sphinx-docs looks like it's back to green now! |
some time between llvm commits 0afee850de1ebe9af71bdf727d906fefa78ad68c (Jan 10) and c2771ca284124861de76ba1853ac4f26e09b8497 (Jan 14), https://libc.llvm.org/headers/index.html stopped updating. The ninja target would be
docs-libc-html
.I think publish-sphinx-docs is the bot for this.
If we look at the cmake invocation, we have:
and the ninja invocation:
Both of which seem to be missing libc...
The text was updated successfully, but these errors were encountered: