8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Fix MacOS build reverting python version hack and installing python-setuptools.

This commit is contained in:
Adriano dos Santos Fernandes 2024-12-04 19:56:43 -03:00
parent 2f32511a3d
commit 268fbd7936

View File

@ -312,16 +312,7 @@ jobs:
- name: Prepare - Install tools
run: |
brew install automake autoconf-archive cmake libtool ninja
# libcxx build is not working with python >= 3.12
- name: Do not use preinstalled python >= 3.12
run: |
brew uninstall --ignore-dependencies python@3.12
[ -e /Library/Frameworks/Python.framework ] && \
sudo mv /Library/Frameworks/Python.framework /Library/Frameworks/Python.framework.dont-look-at-this
brew install python@3.11
ln -s "$(brew --prefix python@3.11)/bin/python3" "$(brew --prefix python@3.11)/bin/python"
brew install automake autoconf-archive cmake libtool ninja python-setuptools
- name: Export GitHub Actions cache environment variables
uses: actions/github-script@v7