We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8962968 commit b491c50Copy full SHA for b491c50
.github/actions/setup_build_tool/action.yml
@@ -60,6 +60,7 @@ runs:
60
export SCCACHE_REGION=us-east-2
61
export SCCACHE_S3_KEY_PREFIX="sccache/${{ steps.toolchain.outputs.TOOLCHAIN_VERSION }}/"
62
export SCCACHE_S3_USE_SSL="true"
63
+ export SCCACHE_RECACHE=true
64
export SCCACHE_ERROR_LOG=/workspace/target/sccache.log
65
export SCCACHE_LOG=info
66
EOF
@@ -72,6 +73,7 @@ runs:
72
73
export SCCACHE_IDLE_TIMEOUT=0
74
export SCCACHE_GCS_RW_MODE=READ_WRITE
75
export SCCACHE_GCS_BUCKET=databend-ci
76
77
export SCCACHE_GCS_KEY_PREFIX="sccache/${{ steps.toolchain.outputs.TOOLCHAIN_VERSION }}/"
78
79
0 commit comments