Skip to content

Commit c7d435a

Browse files
committed
first build static lib
1 parent a957787 commit c7d435a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/build_macos_x86_wheels.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -127,21 +127,21 @@ jobs:
127127
key: ${{ runner.os }}-x86_64-ccache
128128
max-size: 10G
129129
append-timestamp: true
130-
- name: Run chdb/build.sh
131-
timeout-minutes: 600
132-
run: |
133-
export PATH="$HOME/.pyenv/bin:$PATH"
134-
eval "$(pyenv init -)"
135-
source ~/.cargo/env
136-
pyenv shell 3.9
137-
export PATH=$(brew --prefix llvm@19)/bin:$(brew --prefix lld@19)/bin:/usr/local/opt/grep/libexec/gnubin:/usr/local/opt/binutils/bin:$PATH:/usr/local/opt/findutils/libexec/gnubin
138-
export CC=$(brew --prefix llvm@19)/bin/clang
139-
export CXX=$(brew --prefix llvm@19)/bin/clang++
140-
bash gen_manifest.sh
141-
bash ./chdb/build.sh
142-
pyenv shell 3.9
143-
bash -x ./chdb/test_smoke.sh
144-
continue-on-error: false
130+
#- name: Run chdb/build.sh
131+
# timeout-minutes: 600
132+
# run: |
133+
# export PATH="$HOME/.pyenv/bin:$PATH"
134+
# eval "$(pyenv init -)"
135+
# source ~/.cargo/env
136+
# pyenv shell 3.9
137+
# export PATH=$(brew --prefix llvm@19)/bin:$(brew --prefix lld@19)/bin:/usr/local/opt/grep/libexec/gnubin:/usr/local/opt/binutils/bin:$PATH:/usr/local/opt/findutils/libexec/gnubin
138+
# export CC=$(brew --prefix llvm@19)/bin/clang
139+
# export CXX=$(brew --prefix llvm@19)/bin/clang++
140+
# bash gen_manifest.sh
141+
# bash ./chdb/build.sh
142+
# pyenv shell 3.9
143+
# bash -x ./chdb/test_smoke.sh
144+
# continue-on-error: false
145145
- name: Run chdb/build/build_static_lib.sh
146146
timeout-minutes: 600
147147
run: |

0 commit comments

Comments
 (0)