Closed rschu1ze closed 1 year ago
Happens also when brewing the existing v22.7 :-(
Steps:
brew tap clickhouse/clickhouse
cd $(brew --repository clickhouse/clickhouse)
export HOMEBREW_NO_INSTALL_FROM_API=1
brew install --verbose --build-from-source clickhouse/clickhouse/clickhouse@22.7
Is it possible to ignore everything Homebrew related and build ClickHouse as close as possible to the official instruction?
It fails also with vanilla build instructions 😢
@traceon Don't want to bother you too much, it looks like you moved on to another job. The homebrew repo was recently moved from Altinity to ClickHouse. My attempt to compile the last included version v22.7 failed (see above). But since I am not great with Homebrew, I possibly missed something. Maybe you remember the steps to build the code locally, i.e. without GitHub runners?
@traceon provided a viable workaround (thanks) for the pthread issue.
I now get lots of compiler errors when building v22.8 with clang-16. I guess we should skip the old versions and jump directly to v23.5. Will do that in a new PR. --> #60
Currently getting