mirror of https://github.com/python/cpython
CI: Bump macOS build to use OpenSSL v3.0 (#105538)
This commit is contained in:
parent
2beab5bdef
commit
34e93d3998
|
@ -232,7 +232,7 @@ jobs:
|
|||
path: config.cache
|
||||
key: ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}
|
||||
- name: Install Homebrew dependencies
|
||||
run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
|
||||
run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
|
||||
- name: Configure CPython
|
||||
run: |
|
||||
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
|
||||
|
@ -241,7 +241,7 @@ jobs:
|
|||
--config-cache \
|
||||
--with-pydebug \
|
||||
--prefix=/opt/python-dev \
|
||||
--with-openssl="$(brew --prefix openssl@1.1)"
|
||||
--with-openssl="$(brew --prefix openssl@3.0)"
|
||||
- name: Build CPython
|
||||
run: make -j4
|
||||
- name: Display build info
|
||||
|
|
Loading…
Reference in New Issue