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

Fix riscv64 runtime breakage #105

Merged
merged 4 commits into from
Mar 25, 2024
Merged

Fix riscv64 runtime breakage #105

merged 4 commits into from
Mar 25, 2024

Conversation

xen0n
Copy link
Collaborator

@xen0n xen0n commented Mar 25, 2024

No description provided.

xen0n added 4 commits March 25, 2024 16:01
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
…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
@xen0n xen0n added the area: infra Infra-related issues: build system, CI, etc. label Mar 25, 2024
@xen0n xen0n added this to the 0.8 milestone Mar 25, 2024
@xen0n xen0n merged commit c2fa877 into ruyisdk:main Mar 25, 2024
7 checks passed
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