8000 [3.8] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105872) · python/cpython@1663f8b · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1663f8b

Browse files
[3.8] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105872)
(cherry picked from commit 34e93d3) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
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 openssl@3.0 xz gdbm tcl-tk
135137
- name: Configure CPython
136138
run: |
137-
brew install pkg-config openssl@1.1 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)
0