This is an archive of the discontinued LLVM Phabricator instance.

Remove unused parallel-libs project
ClosedPublic

Authored by dblaikie on Oct 21 2021, 1:41 PM.

Diff Detail

Event Timeline

dblaikie created this revision.Oct 21 2021, 1:41 PM
dblaikie requested review of this revision.Oct 21 2021, 1:41 PM
Herald added a project: Restricted Project. · View Herald Transcript
jlebar accepted this revision.Oct 21 2021, 2:04 PM
This revision is now accepted and ready to land.Oct 21 2021, 2:04 PM
This revision was landed with ongoing or failed builds.Oct 21 2021, 2:34 PM
This revision was automatically updated to reflect the committed changes.
xgupta added a subscriber: xgupta.Oct 23 2021, 2:19 AM

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.

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.

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

parallel-libs/acxxel/tests/span_test.cpp