-
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! |
…ocs (#123824) 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 GitOrigin-RevId: 6ac1fb4fd88250e38b9c0c7d9af792cb82c2da05 Original-Revision: e58422d81dea98c3acd2b044916d905ec13ca781 Roller-URL: https://cr-buildbucket.appspot.com/build/8725001939711279313 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I2690cc26b8ec6877812e13a72a87ff7df2559d9f Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1191992
…3824) 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 GitOrigin-RevId: 6ac1fb4fd88250e38b9c0c7d9af792cb82c2da05 Original-Revision: e58422d81dea98c3acd2b044916d905ec13ca781 Change-Id: I82507d0c03183997f13ca002d5f97e892f5e8f78
…] disable pthreads docs (#123824) 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 GitOrigin-RevId: 24027cdc12475147504a3774da8310988891b879 Original-Revision: e58422d81dea98c3acd2b044916d905ec13ca781 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1191992 Original-Revision: e4b1aed038581f10fa4a8f0476cfedaa65329f32 Change-Id: Icbfeb1a3055f2a951c07a7b5575c132abd16fc19
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: