Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.7.x] Fix riscv64 runtime breakage #106

Merged
merged 4 commits into from
Mar 25, 2024

Conversation

xen0n
Copy link
Collaborator

@xen0n xen0n commented Mar 25, 2024

cherry-pick of #105

xen0n added 4 commits March 25, 2024 16:12
to really fix its glibc version to 2.35 (previously apparently the
libc version gets bumped in an apt upgrade or install)

Fixes: ruyisdk#104
(cherry picked from commit c91265c)
…d paths are not usable

In some cases we apparently dlopen the bundled libcrypto.so.3 (because
the system is not having a libcrypto.so installed), so the paths could
be unreliable and absent on the running system even if they're probed.

Fall back to a list of well-known paths in this case.

Fixes: ruyisdk#103
(cherry picked from commit d697058)
@xen0n xen0n added this to the 0.7 milestone Mar 25, 2024
@xen0n xen0n added the area: infra Infra-related issues: build system, CI, etc. label Mar 25, 2024
@xen0n xen0n merged commit 3914ed6 into ruyisdk:v0.7.x Mar 25, 2024
7 checks passed
@xen0n xen0n deleted the v0.7.x-fix-riscv64-dist branch March 25, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: infra Infra-related issues: build system, CI, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant