Skip to content

openviking: Add versions 0.4.17, 0.4.17.1, 0.4.18, 0.4.19, 0.4.20, 0.4.21 - #2391

Draft
riseproject-dev[bot] wants to merge 3 commits into
mainfrom
github-actions/nightly-upgrade/openviking
Draft

riseproject-dev[bot] wants to merge 3 commits into
mainfrom
github-actions/nightly-upgrade/openviking

Conversation

@riseproject-dev

Copy link
Copy Markdown
Contributor

Automatically generated by the nightly check_versions.py run.

openviking v0.4.16 -> v0.4.17, v0.4.17.1, v0.4.18, v0.4.19, v0.4.20, v0.4.21

Every - version: entry added to docs/packages/openviking.yaml is built by this PR's own build-openviking.yml run; merging publishes the wheels.

…4.21

Signed-off-by: riseproject-dev[bot] <330740410+riseproject-dev[bot]@users.noreply.github.com>
@riseproject-dev
riseproject-dev Bot requested a review from luhenry September 27, 2026 07:41
@github-actions

github-actions Bot commented Sep 27, 2026 •

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://riseproject-dev.github.io/python-wheels/pr-preview/pr-2391/

Built to branch gh-pages at 2026-09-27 12:12 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

The nightly-upgrade bot bumped docs/packages/openviking.yaml to 0.4.17,
0.4.17.1, 0.4.18, 0.4.19, 0.4.20 and 0.4.21 but did not add any
patches/openviking/<version>/ directory, so the "Apply patches" step's
git apply failed with "No such file or directory" before the build
could start.

src/CMakeLists.txt still asks FindPython3 for the umbrella Development
component on every one of those tags, and the 0.4.16 patch applies
cleanly against each of them (verified with git apply --check), so it
is copied unchanged to each new version directory.
From 0.4.18 crates/ragfs enables fred's vendored-openssl feature (pulled
in by the cache feature ragfs-python always builds), so openssl-src
compiles OpenSSL from source and runs its Configure script. The riscv64
manylinux image carries only perl-interpreter, and Configure died with
"Can't locate FindBin.pm in @inc" (gotcha 46), failing the 0.4.20 build.
Install the whole perl distribution in CIBW_BEFORE_ALL_LINUX.

That OpenSSL is linked statically into the ragfs extension, so the wheel
redistributes it. When Cargo.lock pins openssl-src, fetch the
Apache-2.0 LICENSE.txt of the OpenSSL release it bundles (the +3.x.y
build metadata of the openssl-src version) as LICENSE.openssl, and have
the test command's licence check require it for those versions only.

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant