From dfe4451af8f30489b60332294a9610e1eaa894b9 Mon Sep 17 00:00:00 2001 From: Oguz Ozturk Date: Sat, 13 Apr 2024 17:51:24 +0300 Subject: [PATCH 1/2] remove ccache stats Signed-off-by: Oguz Ozturk --- .github/actions/docker-build-and-push/action.yaml | 5 +++++ .github/workflows/build-main-self-hosted.yaml | 4 ---- .github/workflows/build-main.yaml | 4 ---- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/actions/docker-build-and-push/action.yaml b/.github/actions/docker-build-and-push/action.yaml index 13526e9083e..a226f9a7023 100644 --- a/.github/actions/docker-build-and-push/action.yaml +++ b/.github/actions/docker-build-and-push/action.yaml @@ -182,3 +182,8 @@ runs: echo 'devel URL ${{ steps.artifact-upload-step-devel.outputs.artifact-url }}' echo 'runtime URL ${{ steps.artifact-upload-step-runtime.outputs.artifact-url }}' shell: bash + + - name: Show ccache stats + run: | + ccache -s + shell: bash diff --git a/.github/workflows/build-main-self-hosted.yaml b/.github/workflows/build-main-self-hosted.yaml index cc6396e01ea..e4cc44884e3 100644 --- a/.github/workflows/build-main-self-hosted.yaml +++ b/.github/workflows/build-main-self-hosted.yaml @@ -67,7 +67,3 @@ jobs: - name: Show disk space run: | df -h - - - name: Show ccache stats - run: | - ccache -s diff --git a/.github/workflows/build-main.yaml b/.github/workflows/build-main.yaml index 38250e160b4..7b21980574a 100644 --- a/.github/workflows/build-main.yaml +++ b/.github/workflows/build-main.yaml @@ -62,7 +62,3 @@ jobs: - name: Show disk space run: | df -h - - - name: Show ccache stats - run: | - ccache -s From 9f979e13d03f2d748e261a968d23a2a57d4cc8e7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 14:53:49 +0000 Subject: [PATCH 2/2] style(pre-commit): autofix --- .github/actions/docker-build-and-push/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/docker-build-and-push/action.yaml b/.github/actions/docker-build-and-push/action.yaml index a226f9a7023..940df220693 100644 --- a/.github/actions/docker-build-and-push/action.yaml +++ b/.github/actions/docker-build-and-push/action.yaml @@ -182,7 +182,7 @@ runs: echo 'devel URL ${{ steps.artifact-upload-step-devel.outputs.artifact-url }}' echo 'runtime URL ${{ steps.artifact-upload-step-runtime.outputs.artifact-url }}' shell: bash - + - name: Show ccache stats run: | ccache -s