From 2deb48c65532222cfcb2895a2f12d6a869e8b6d0 Mon Sep 17 00:00:00 2001 From: freemine Date: Thu, 13 Mar 2025 06:45:56 +0800 Subject: [PATCH] chore(ci): statistics ci report --- .github/workflows/taosd-ci-build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/taosd-ci-build.yml b/.github/workflows/taosd-ci-build.yml index 2179200bb3..5c6809c7c2 100644 --- a/.github/workflows/taosd-ci-build.yml +++ b/.github/workflows/taosd-ci-build.yml @@ -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 ./