Skip to content

Commit 6c8e321

Browse files
alexrashedclaude
andcommitted
ci: add comment explaining OpenSSL upgrade step
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9493693 commit 6c8e321

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
command: make clean-venv venv
5858

5959
- name: Upgrade OpenSSL on MacOS
60+
# The cryptography wheel's Rust extension references _SSL_get0_group_name (added in
61+
# OpenSSL 3.2). Without this upgrade, PyInstaller may bundle an older libssl.3.dylib
62+
# from the runner that lacks the symbol, causing a crash at runtime.
6063
if: matrix.os == 'darwin'
6164
run: brew upgrade openssl@3 || brew install openssl@3
6265

0 commit comments

Comments
 (0)