File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments