Skip to content

Commit

Permalink
CI(osgeo4w): Add verbosity 2 to sccache calls
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed May 4, 2024
1 parent 08f5667 commit eabdab9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eabdab9

Please sign in to comment.