From 13d4c4335817be3beb41f005801d520f5e717fd1 Mon Sep 17 00:00:00 2001 From: silverqx Date: Fri, 14 Jun 2024 15:44:24 +0200 Subject: [PATCH] workflows ccache changed all to --verbose --- .github/workflows/analyzers.yml | 2 +- .github/workflows/clang-cl-qt6.yml | 2 +- .github/workflows/linux-qt5.yml | 2 +- .github/workflows/linux-qt6-drivers.yml | 2 +- .github/workflows/linux-qt6.yml | 2 +- .github/workflows/msvc2019-qt5.yml | 2 +- .github/workflows/msvc2022-qt6-drivers.yml | 2 +- .github/workflows/msvc2022-qt6.yml | 2 +- .github/workflows/msys2-ucrt64-drivers.yml | 2 +- .github/workflows/msys2-ucrt64.yml | 2 +- .github/workflows/vcpkg-linux-drivers.yml | 4 ++-- .github/workflows/vcpkg-linux.yml | 4 ++-- .github/workflows/vcpkg-windows-drivers.yml | 4 ++-- .github/workflows/vcpkg-windows.yml | 4 ++-- 14 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/analyzers.yml b/.github/workflows/analyzers.yml index 5663618e5..3b00b8cdf 100644 --- a/.github/workflows/analyzers.yml +++ b/.github/workflows/analyzers.yml @@ -199,7 +199,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose - name: TinyORM execute clang-tidy 🔥 working-directory: ${{ env.TinyORMPath }} diff --git a/.github/workflows/clang-cl-qt6.yml b/.github/workflows/clang-cl-qt6.yml index e4262c880..93450937e 100644 --- a/.github/workflows/clang-cl-qt6.yml +++ b/.github/workflows/clang-cl-qt6.yml @@ -723,7 +723,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose - name: TinyORM add on the $env:Path run: | diff --git a/.github/workflows/linux-qt5.yml b/.github/workflows/linux-qt5.yml index 096f71848..dd927dbee 100644 --- a/.github/workflows/linux-qt5.yml +++ b/.github/workflows/linux-qt5.yml @@ -309,7 +309,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose - name: TinyORM add on the $LD_LIBRARY_PATH run: | diff --git a/.github/workflows/linux-qt6-drivers.yml b/.github/workflows/linux-qt6-drivers.yml index 8883cbfc6..da4978733 100644 --- a/.github/workflows/linux-qt6-drivers.yml +++ b/.github/workflows/linux-qt6-drivers.yml @@ -259,7 +259,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose - name: TinyORM add on the $LD_LIBRARY_PATH run: | diff --git a/.github/workflows/linux-qt6.yml b/.github/workflows/linux-qt6.yml index 4db19b26b..2b6963bde 100644 --- a/.github/workflows/linux-qt6.yml +++ b/.github/workflows/linux-qt6.yml @@ -668,7 +668,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose - name: TinyORM add on the $LD_LIBRARY_PATH run: | diff --git a/.github/workflows/msvc2019-qt5.yml b/.github/workflows/msvc2019-qt5.yml index bba286487..9e61a80cf 100644 --- a/.github/workflows/msvc2019-qt5.yml +++ b/.github/workflows/msvc2019-qt5.yml @@ -472,7 +472,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose - name: TinyORM add on the $env:Path run: | diff --git a/.github/workflows/msvc2022-qt6-drivers.yml b/.github/workflows/msvc2022-qt6-drivers.yml index 508453786..7c3954112 100644 --- a/.github/workflows/msvc2022-qt6-drivers.yml +++ b/.github/workflows/msvc2022-qt6-drivers.yml @@ -263,7 +263,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose - name: TinyORM add on the $env:Path run: | diff --git a/.github/workflows/msvc2022-qt6.yml b/.github/workflows/msvc2022-qt6.yml index eae136a45..7c08f8a95 100644 --- a/.github/workflows/msvc2022-qt6.yml +++ b/.github/workflows/msvc2022-qt6.yml @@ -726,7 +726,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose - name: TinyORM add on the $env:Path run: | diff --git a/.github/workflows/msys2-ucrt64-drivers.yml b/.github/workflows/msys2-ucrt64-drivers.yml index 06173ab33..2724ff0b1 100644 --- a/.github/workflows/msys2-ucrt64-drivers.yml +++ b/.github/workflows/msys2-ucrt64-drivers.yml @@ -260,7 +260,7 @@ jobs: - name: Ccache print statistics shell: msys2 {0} run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose # Used migrate:fresh instead (is safer) - name: Create and Seed tables for unit tests 🎉 diff --git a/.github/workflows/msys2-ucrt64.yml b/.github/workflows/msys2-ucrt64.yml index 86b703b5c..b55221314 100644 --- a/.github/workflows/msys2-ucrt64.yml +++ b/.github/workflows/msys2-ucrt64.yml @@ -416,7 +416,7 @@ jobs: - name: Ccache print statistics shell: msys2 {0} run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose - name: Create and Seed tables for unit tests 🎉 shell: msys2 {0} diff --git a/.github/workflows/vcpkg-linux-drivers.yml b/.github/workflows/vcpkg-linux-drivers.yml index e0aa87429..f51b1742c 100644 --- a/.github/workflows/vcpkg-linux-drivers.yml +++ b/.github/workflows/vcpkg-linux-drivers.yml @@ -384,7 +384,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose # Build and execute the HelloWorld-TinyDrivers console application @@ -502,7 +502,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose - name: HelloWorld-TinyDrivers execute (MySQL) 🏁 working-directory: >- diff --git a/.github/workflows/vcpkg-linux.yml b/.github/workflows/vcpkg-linux.yml index b467eea5d..b01e33463 100644 --- a/.github/workflows/vcpkg-linux.yml +++ b/.github/workflows/vcpkg-linux.yml @@ -357,7 +357,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose # Build and execute the HelloWorld console application @@ -465,7 +465,7 @@ jobs: - name: Ccache print statistics run: | - ccache --show-stats -vv + ccache --show-stats --verbose - name: HelloWorld execute (SQLite) 🏁 working-directory: ../HelloWorld-FetchContent-Install/${{ matrix.build-type.name }}/bin diff --git a/.github/workflows/vcpkg-windows-drivers.yml b/.github/workflows/vcpkg-windows-drivers.yml index 1f2288d8d..ce3cc151e 100644 --- a/.github/workflows/vcpkg-windows-drivers.yml +++ b/.github/workflows/vcpkg-windows-drivers.yml @@ -390,7 +390,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose # Build and execute the HelloWorld-TinyDrivers console application @@ -507,7 +507,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose - name: HelloWorld-TinyDrivers execute (MySQL) 🏁 working-directory: ../HelloWorld-TinyDrivers-FetchContent-Install/${{ matrix.build-type.name }}/bin diff --git a/.github/workflows/vcpkg-windows.yml b/.github/workflows/vcpkg-windows.yml index 4de9dc46e..a8f38e91e 100644 --- a/.github/workflows/vcpkg-windows.yml +++ b/.github/workflows/vcpkg-windows.yml @@ -369,7 +369,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose # Build and execute the HelloWorld console application @@ -476,7 +476,7 @@ jobs: - name: Ccache print statistics run: | - ccache.exe --show-stats -vv + ccache.exe --show-stats --verbose - name: HelloWorld execute (SQLite) 🏁 working-directory: ../HelloWorld-FetchContent-Install/${{ matrix.build-type.name }}/bin