Skip to content

Commit

Permalink
[3.9] CI: Bump macOS build to use OpenSSL v3.0 (pythonGH-105538) (pyt…
Browse files Browse the repository at this point in the history
…hon#105871)

(cherry picked from commit 34e93d3)

Co-authored-by: Erlend E. Aasland <[email protected]>
  • Loading branch information
erlend-aasland and erlend-aasland authored Jul 5, 2023
1 parent ce93371 commit 38b489b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,16 @@ jobs:
PYTHONSTRICTEXTENSIONBUILD: 1
steps:
- uses: actions/checkout@v3
- name: Install Homebrew dependencies
run: brew install pkg-config [email protected] xz gdbm tcl-tk
- name: Configure CPython
run: |
brew install pkg-config [email protected] xz gdbm tcl-tk
CC=clang \
CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
LDFLAGS="-L$(brew --prefix gdbm)/lib -L$(brew --prefix xz)/lib" \
./configure --prefix=/opt/python-dev \
--with-pydebug \
--with-openssl="$(brew --prefix openssl@1.1)" \
--with-openssl="$(brew --prefix openssl@3.0)" \
--with-tcltk-libs="$(pkg-config --libs tk)" \
--with-tcltk-includes="$(pkg-config --cflags tk)"
- name: Build CPython
Expand Down

0 comments on commit 38b489b

Please sign in to comment.