[PATCH] D112265: Remove unused parallel-libs project
Shivam Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 23 10:08:47 PDT 2021
xgupta added a subscriber: gkistanova.
xgupta added a comment.
In D112265#3082306 <https://reviews.llvm.org/D112265#3082306>, @dblaikie wrote:
> In D112265#3082020 <https://reviews.llvm.org/D112265#3082020>, @xgupta wrote:
>
>> Just For the information: - Seems after patch buildbot is not able to give correct status, for example in https://buildkite.com/llvm-project/premerge-checks/builds/61789#69f3d6d6-5dfe-4f15-b7e4-38f3d8b16ef2 : CMake Error at CMakeLists.txt:76 (MESSAGE): parallel-libs isn't a known project.
>
> Any idea where the configuration for this is encoded/written/stored & who owns it? I don't find any mention of parallel-libs in the zorg repository where the buildbot config is, so perhaps the buildkite config is out-of-tree? (that'd be unfortunate from a versioning/backup/etc perspective - perhaps moving more of it into scripts that are stored in-tree would be good) I also checked github searching across the whole llvm org on github ( https://github.com/search?q=org%3Allvm+parallel-libs&type=Code ) and the only results seem to be from previous releases and some of the monorepo staging work, which don't seem relevant/appropriate to update.
The same result I had, no idea.
cc @gkistanova
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112265/new/
https://reviews.llvm.org/D112265
More information about the llvm-commits
mailing list