chore(ci): statistics ci report

This commit is contained in:
freemine 2025-03-13 06:45:56 +08:00
parent 108af0e510
commit 2deb48c655
1 changed files with 10 additions and 0 deletions

View File

@ -88,6 +88,16 @@ jobs:
which taosadapter
which taoskeeper
- name: Statistics ldd
run: |
find ${{ github.workspace }}/debug/build/lib -type f -print0 | xargs -0 ldd
find ${{ github.workspace }}/debug/build/bin -type f -print0 | xargs -0 ldd
- name: Statistics size
run: |
find ${{ github.workspace }}/debug/build/lib -type f -print0 | xargs -0 ls -lh
find ${{ github.workspace }}/debug/build/bin -type f -print0 | xargs -0 ls -lh
- name: Start taosd
run: |
cp /etc/taos/taos.cfg ./