chdb-io / chdb

chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse
https://clickhouse.com/docs/en/chdb
Apache License 2.0
2.03k stars 72 forks source link

Proposal: build all macOS wheels on macOS 12 #148

Closed Daniel-Robbins closed 9 months ago

Daniel-Robbins commented 9 months ago

The macOS 11 build pipeline keeps failing with some warning:

Warning: You are using macOS 11.
We (and Apple) do not provide support for this old version.
It is expected behaviour that some formulae will fail to build in this old version.
It is expected behaviour that Homebrew will be buggy and slow.
Do not create any issues about this on Homebrew's GitHub repositories.
Do not create any issues even if you think this message is unrelated.
Any opened issues will be immediately closed without response.
Do not ask for help from Homebrew or its maintainers on social media.
You may ask for help in Homebrew's discussions but are unlikely to receive a response.
Try to figure out the problem yourself and submit a fix as a pull request.
We will review it but may or may not accept it.

I have tried to rerun with no luck. Maybe it's time to drop build all wheels on macOS 12? But this will also drop user who is still using macOS 11. As we can see, wheels building on macOS 12 still keep the ABI low to macOS 10.15 chdb-1.0.1-cp312-cp312-macosx_10_15_x86_64.whl

Another possilbe fix could be lock brew repo onto the last working version, I will try it.

I guess moving all x86 macOS builder to 12 will be great! @auxten