Skip to content

Commit 1663f8b

Browse files
[3.8] CI: Bump macOS build to use OpenSSL v3.0 (pythonGH-105538) (python#105872)
(cherry picked from commit 34e93d3) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent db42de4 commit 1663f8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,17 @@ jobs:
132132
HOMEBREW_NO_INSTALL_CLEANUP: 1
133133
steps:
134134
- uses: actions/checkout@v2
135+
- name: Install Homebrew dependencies
136+
run: brew install pkg-config [email protected] xz gdbm tcl-tk
135137
- name: Configure CPython
136138
run: |
137-
brew install pkg-config [email protected] xz gdbm tcl-tk
138139
SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk \
139140
CC=clang \
140141
CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
141142
LDFLAGS="-L$(brew --prefix gdbm)/lib -L$(brew --prefix xz)/lib" \
142143
./configure --prefix=/opt/python-dev \
143144
--with-pydebug \
144-
--with-openssl="$(brew --prefix openssl@1.1)" \
145+
--with-openssl="$(brew --prefix openssl@3.0)" \
145146
--with-tcltk-libs="$(pkg-config --libs tk)" \
146147
--with-tcltk-includes="$(pkg-config --cflags tk)"
147148
- name: Build CPython

0 commit comments

Comments
 (0)