◐ Shell
clean mode source ↗

[3.10] gh-101981: Build macOS as recommended by the devguide (GH-102070) by miss-islington · Pull Request #102073 · python/cpython

…-102070)

(cherry picked from commit 2713631)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Automerge-Triggered-By: GH:erlend-aasland

This was referenced

Feb 20, 2023

erlend-aasland

@erlend-aasland

@corona10

install apps/openssl -> /home/runner/work/cpython/cpython/multissl/openssl/3.1.0-beta1/bin/openssl
install tools/c_rehash -> /home/runner/work/cpython/cpython/multissl/openssl/3.1.0-beta1/bin/c_rehash
/home/runner/work/cpython/cpython/multissl/openssl/3.1.0-beta1/bin/openssl: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

@corona10

Re-run the job?, I would like to check if this is a temporal issue or not.

@corona10

Ah okay..


install libssl.so.3 -> /home/runner/work/cpython/cpython/multissl/openssl/3.1.0-beta1/lib64/libssl.so.3
/home/runner/work/cpython/cpython/multissl/openssl/3.1.0-beta1/bin/openssl: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

@hugovk

It's a failing Ubuntu job, so unrelated to this PR.

hugovk

@corona10

It's a failing Ubuntu job, so unrelated to this PR.

+1, Should be solved by a separate issue.

corona10

@erlend-aasland

cc. @pablogsal as RM for Python 3.10; see comments about failing CI. Are you fine with me landing this?

@pablogsal

Thanks for checking with me!

This looks good to me but I am not sure what comment are your referring to about failing CI. It seems that the issue in the CI was transient/unrelated, no?

@hugovk

@corona10