Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chdb-io/chdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: pybind
Choose a base ref
...
head repository: nmreadelf/chdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pybind
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 17, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    nmreadelf nmreadelf
    Copy the full SHA
    c4945ab View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 .github/workflows/build_wheels.yml
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ jobs:
clang++ --version
- name: Run chdb/build.sh
run: |
python3 -m pip install pybind11
python3 -m pip install pybind11 pandas pyarrow
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
bash ./chdb/build.sh
@@ -187,7 +187,7 @@ jobs:
- name: Run chdb/build.sh
timeout-minutes: 300
run: |
python3 -m pip install pybind11
python3 -m pip install pybind11 pandas pyarrow
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
export CC=$(brew --prefix llvm@15)/bin/clang
export CXX=$(brew --prefix llvm@15)/bin/clang++
@@ -371,4 +371,4 @@ jobs:

# #build for macos12 arm64(Apple Silicon)
# build_wheels_macos_arm64: