Skip to content

Commit 118d575

Browse files
erlend-aaslandcarlosroman
authored andcommitted
[3.9] CI: Bump macOS build to use OpenSSL v3.0 (pythonGH-105538) (python#105871)
(cherry picked from commit 34e93d3) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 76ad60f commit 118d575

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,16 @@ jobs:
153153
PYTHONSTRICTEXTENSIONBUILD: 1
154154
steps:
155155
- uses: actions/checkout@v3
156+
- name: Install Homebrew dependencies
157+
run: brew install pkg-config [email protected] xz gdbm tcl-tk
156158
- name: Configure CPython
157159
run: |
158-
brew install pkg-config [email protected] xz gdbm tcl-tk
159160
CC=clang \
160161
CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
161162
LDFLAGS="-L$(brew --prefix gdbm)/lib -L$(brew --prefix xz)/lib" \
162163
./configure --prefix=/opt/python-dev \
163164
--with-pydebug \
164-
--with-openssl="$(brew --prefix openssl@1.1)" \
165+
--with-openssl="$(brew --prefix openssl@3.0)" \
165166
--with-tcltk-libs="$(pkg-config --libs tk)" \
166167
--with-tcltk-includes="$(pkg-config --cflags tk)"
167168
- name: Build CPython

0 commit comments

Comments
 (0)