Skip to content

Commit

Permalink
Run libchdb.so test on linux arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Dec 22, 2023
1 parent 3724dd3 commit 6c1f04d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_arm_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ jobs:
#make linux-arm64
bash -l -e chdb/build_linux_arm64.sh
continue-on-error: false
- name: Show libchdb
run: |
ls -lh
nm libchdb.so | grep query_stable || true
- name: Run libchdb stub in examples dir
run: |
bash -x ./examples/runStub.sh
- name: Check ccache statistics
run: |
ccache -s
Expand Down

0 comments on commit 6c1f04d

Please sign in to comment.