Skip to content

OpenSSL 3 for Python Builds #302

Description

@oleksandrSydorenkoJ

Ubuntu 22 by default contains only libssl3.so
to avoid the misconfiguration failures, let's switch the Python build to openssl-3.0.15 with auditwheel/readelf gate

t_encrypt.exceptions.LibraryNotFoundError: Could not load shared library at /home/test-runner/actions-runner/_work/qa-test-automation/qa-test-automation/venv/lib/python3.13/site-packages/t_encrypt/libencrypt.so: libcrypto.so.1.1: cannot open shared object file: No such file or directory
``


No need to replace the JS as it has its own WASM build. 
Python uses native .so for performance purposes, to avoid bottlenecks, and for easier multithreading

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

Status
Ready For Release Candidate

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions