]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105869)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Jul 2023 11:20:29 +0000 (04:20 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Jul 2023 11:20:29 +0000 (13:20 +0200)
(cherry picked from commit 34e93d3998bab8acd651c50724eb1977f4860a08)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
.github/workflows/build.yml

index f51a93e3112092afc3f402a599f53285fc7982a2..8e91a17cd1744262da4209a83d11fe34db8e1c9d 100644 (file)
@@ -181,7 +181,7 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - 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: |
         CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
@@ -189,7 +189,7 @@ jobs:
         ./configure \
           --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