Skip to content

Commit

Permalink
Show libchdb symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Robbins authored and auxten committed Dec 21, 2023
1 parent b76b240 commit 9297d68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,12 @@ jobs:
python3 -m pip install pandas pyarrow
bash -x ./chdb/test_smoke.sh
continue-on-error: false
- name: Show libchdb
run: |
ls -lh
nm libchdb.so | grep query_result || true
- name: Run libchdb stub in examples dir
run: |
nm libchdb.so | grep query_result
bash -x ./examples/runStub.sh
- name: Keep killall ccache and wait for ccache to finish
if: always()
Expand Down

0 comments on commit 9297d68

Please sign in to comment.