Skip to content

Commit 9e454e7

Browse files
committed
queue: aerospike in review (PR #2310)
1 parent b7d1284 commit 9e454e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.queue.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5502,9 +5502,9 @@ packages:
55025502
version: 19.2.2
55035503
home: https://aerospike.com
55045504
repo: https://aerospike.com
5505-
status: queued
5506-
pr: null
5507-
notes: '10 Linux wheels upstream (abi: cp310,cp311,cp312,cp313,cp314); no riscv64 on PyPI or pypi.riseproject.dev.'
5505+
status: in-review
5506+
pr: 2310
5507+
notes: '10 Linux wheels upstream (abi: cp310,cp311,cp312,cp313,cp314); no riscv64 on PyPI or pypi.riseproject.dev. Python client wraps the aerospike-client-c C SDK (Apache-2.0, https://github.com/aerospike/aerospike-client-c), bundled as a git submodule, not vendored as a prebuilt binary. Only riscv64-hostile spot found: as_arch.h''s as_arch_pause() spin hint is `#if defined __x86_64__ / #elif __aarch64__` with no fallback, and is used unconditionally from always-compiled spinlock/rwlock inline functions in as_atomic_gcc.h, so riscv64 hits an implicit-declaration -Werror failure; fixed with a one-line portable no-op patch (patches/aerospike/19.2.2/). The patch lands inside a nested submodule (aerospike-client-c/modules/common) whose own .gitmodules already sets `ignore = dirty` on that path, so it does not poison the versioningit-computed wheel version (verified empirically with a throwaway nested-submodule repo: `git describe --dirty` stays clean after the same kind of edit). libyaml-devel (CRB) and openssl-devel (AppStream) both resolve on the riscv64 manylinux image via plain `dnf install`, matching upstream''s own yum install line; no custom OpenSSL-baked image needed. Verified locally on x86_64: sdist->wheel build succeeds cleanly (no cibuildwheel), the compiled .so imports, and `aerospike.client()` against a closed port raises the expected exception.ConnectionError, exercising the same C cluster-init path the patch touches. No live Aerospike server in CI; build-aerospike.yml''s CIBW_TEST_COMMAND is a smoke test instead of upstream''s server-backed integration suite. Default cp312/cp313/cp314/cp314t matrix (upstream is unpinned per-interpreter, no abi3). PR #2310 opened, initial CI (setup/check_patches/check_packages_yaml/check_commit_messages) green, riscv64 build matrix running.'
55085508
- pkg: nagisa
55095509
version: 0.3.0
55105510
home: https://github.com/taishi-i/nagisa

0 commit comments

Comments
 (0)