Granulate / gprofiler

gProfiler is a system-wide profiler, combining multiple sampling profilers to produce unified visualization of what your CPU is spending time on.
https://profiler.granulate.io
Apache License 2.0
741 stars 54 forks source link

scripts/openssl_build.sh: OpenSSL v3.0.11 #898

Closed roi-granulate closed 3 months ago

roi-granulate commented 3 months ago

compiling python3.10 vs. newer OpenSSL version. here, we use the same OpenSSL version this docker image shipped it's python3.10 with.

$ docker run --name "python_cont" -it python:3.10.13@sha256:d5b1fbbc00fd3b55620a9314222498bebf09c4bf606425bf464709ed6a79f202 bash
root@d671d3134763:/# python --version
Python 3.10.13
root@d671d3134763:/# python -c 'import ssl; print(ssl.OPENSSL_VERSION)'
OpenSSL 3.0.11 19 Sep 2023
root@d671d3134763:/#

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots

Checklist:

Jongy commented 3 months ago

Hmm, the upgrade from 1 to 3 is fairly major. I doubt it'll just work