We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3981754 commit c08a58eCopy full SHA for c08a58e
.github/workflows/build_wheels.yml
@@ -189,7 +189,8 @@ jobs:
189
python3 -m pip install pybind11
190
export PATH=$(brew --prefix llvm@15)/bin:/usr/local/opt/grep/libexec/gnubin:/usr/local/opt/binutils/bin:$PATH:/usr/local/opt/findutils/libexec/gnubin
191
export CC=$(brew --prefix llvm@15)/bin/clang
192
- export CXX=$(brew --prefix llvm@15)/bin/clang++
+ export CXX=$(brew --prefix llvm@15)/bin/clang++
193
+ bash gen_manifest.sh
194
bash ./chdb/build.sh
195
bash -x ./chdb/test_smoke.sh
196
continue-on-error: false
0 commit comments