ci: Make separate download/upload options for ccache (#2637)

This commit is contained in:
Ayaz Salikhov
2025-09-18 13:46:34 +01:00
committed by GitHub
parent 5e5dd649cf
commit e92a63f4e5
6 changed files with 37 additions and 15 deletions

View File

@@ -62,6 +62,8 @@ jobs:
container: ${{ matrix.container }}
conan_profile: ${{ matrix.conan_profile }}
build_type: ${{ matrix.build_type }}
download_ccache: true
upload_ccache: true
static: ${{ matrix.static }}
run_unit_tests: true
run_integration_tests: false
@@ -76,7 +78,8 @@ jobs:
container: '{ "image": "ghcr.io/xrplf/clio-ci:384e79cd32f5f6c0ab9be3a1122ead41c5a7e67d" }'
conan_profile: gcc
build_type: Debug
disable_cache: false
download_ccache: true
upload_ccache: false
code_coverage: true
static: true
upload_clio_server: false
@@ -94,7 +97,8 @@ jobs:
container: '{ "image": "ghcr.io/xrplf/clio-ci:384e79cd32f5f6c0ab9be3a1122ead41c5a7e67d" }'
conan_profile: gcc
build_type: Release
disable_cache: false
download_ccache: true
upload_ccache: false
code_coverage: false
static: true
upload_clio_server: false