Wed, 08 Apr 2026 18:07:21 CST | login

Information for build perl-Coro-Multicore-1.07-4.oc9

ID38983
Package Nameperl-Coro-Multicore
Version1.07
Release4.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Coro-Multicore.git?.#37a4c266223e1c5aa2ca17b0474cd6f4e2ce0f19
SummaryMake Coro threads on multiple cores with specially supported modules
DescriptionWhile Coro threads (unlike ithreads) provide real threads similar to pthreads, python threads and so on, they do not run in parallel to each other even on machines with multiple CPUs or multiple CPU cores. This module lifts this restriction under two very specific but useful conditions: firstly, the coro thread executes in XS code and does not touch any perl data structures, and secondly, the XS code is specially prepared to allow this.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 16:31:52 CST
CompletedFri, 13 Jun 2025 16:36:38 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Coro-Multicore.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Coro-Multicore.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Coro-Multicore-1.07-4.oc9.src.rpm (info) (download)
aarch64
perl-Coro-Multicore-1.07-4.oc9.aarch64.rpm (info) (download)
perlmulticore-devel-1.07-4.oc9.aarch64.rpm (info) (download)
perl-Coro-Multicore-debuginfo-1.07-4.oc9.aarch64.rpm (info) (download)
perl-Coro-Multicore-debugsource-1.07-4.oc9.aarch64.rpm (info) (download)
loongarch64
perl-Coro-Multicore-1.07-4.oc9.loongarch64.rpm (info) (download)
perlmulticore-devel-1.07-4.oc9.loongarch64.rpm (info) (download)
perl-Coro-Multicore-debuginfo-1.07-4.oc9.loongarch64.rpm (info) (download)
perl-Coro-Multicore-debugsource-1.07-4.oc9.loongarch64.rpm (info) (download)
noarch
perl-Coro-Multicore-tests-1.07-4.oc9.noarch.rpm (info) (download)
x86_64
perl-Coro-Multicore-1.07-4.oc9.x86_64.rpm (info) (download)
perlmulticore-devel-1.07-4.oc9.x86_64.rpm (info) (download)
perl-Coro-Multicore-debuginfo-1.07-4.oc9.x86_64.rpm (info) (download)
perl-Coro-Multicore-debugsource-1.07-4.oc9.x86_64.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
aarch64
state.log
build.log
installed_pkgs.log
root.log
dnf.librepo.log
dnf.rpm.log
dnf.log
mock_output.log
hw_info.log
mock_config.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.07-4 - Rebuilt for loongarch64 * Tue Jul 02 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.07-3 - rebuild * Mon Jul 01 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.07-2 - rebuild * Thu Jun 20 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.07-1 - initial build