Skip to content

Commit

Permalink
workflows added ccache comments
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 13, 2024
1 parent fd4f0ac commit b707eec
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/msvc2022-qt6-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# Forces TLS connections with the caching_sha2_password and certificate validation, also validates
# certificate's CN for issuer and subject.

# ccache
# ---
# Uses /ccache_drivers folder and the compressed cache size is 1.8G (after whole workflow finishes)

name: MSVC2022 Qt6.7 TinyDrivers

on:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/msys2-ucrt64-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# to the MySQL >= 8.0.34 or >=8.1, there is some problem in TLS 1.2 and 1.3 connection, it can't
# select correct cipher. I will revert this back in the future when it will be fixed.

# ccache
# ---
# Uses /ccache_msys2_gcc folder and compressed cache size is 1.2G (after whole workflow finishes)
# Uses /ccache_msys2_clang folder and compressed cache size is 1G (after whole workflow finishes)

# Notes
# ---
# Build folders must be manually deleted after bumping version numbers because ccache doesn't get it
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/vcpkg-windows-drivers.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ccache
# ---
# Uses /ccache_vcpkg_drivers folder and compressed cache size is 90M (after whole workflow finishes)

name: Vcpkg Windows TinyDrivers

on: workflow_dispatch
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/vcpkg-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# ---
# Queries/uses only SQLite database.

# ccache
# ---
# Uses /ccache_vcpkg folder and the compressed cache size is 80M (after whole workflow finishes)

name: Vcpkg Windows

on: workflow_dispatch
Expand Down

0 comments on commit b707eec

Please sign in to comment.