From eabdab91d03e428f225445c25a85f91b93f830ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sat, 4 May 2024 20:50:24 +0000 Subject: [PATCH] CI(osgeo4w): Add verbosity 2 to sccache calls --- .github/workflows/osgeo4w.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/osgeo4w.yml b/.github/workflows/osgeo4w.yml index 316667ecd2f..22c9a540d7f 100644 --- a/.github/workflows/osgeo4w.yml +++ b/.github/workflows/osgeo4w.yml @@ -66,10 +66,10 @@ jobs: echo $(cygpath -u $GITHUB_WORKSPACE)/.sccache env SCCACHE_IDLE_TIMEOUT=0 SCCACHE_DIR=$(cygpath -u $GITHUB_WORKSPACE)/.sccache SCCACHE_CACHE_SIZE=${{ env.MAX_SIZE }} sccache --start-server sccache --help - sccache --version - sccache --show-stats - sccache -z - sccache --show-stats + sccache --version -vv + sccache --show-stats -vv + sccache -z -vv + sccache --show-stats -vv # sccache --stop-server shell: msys2 {0} env: @@ -139,9 +139,9 @@ jobs: # # CC: sccache.exe gcc # # CXX: sccache.exe gcc - - run: sccache --show-stats + - run: sccache --show-stats -vv shell: msys2 {0} - - run: sccache --stop-server + - run: sccache --stop-server -vv shell: msys2 {0} - name: Test executing of the grass command