Skip to content

Commit a4ce031

Browse files
committed
ci: disable sccache idle timeout
This will prevent errors if sccache is idle for too long.
1 parent 7b36649 commit a4ce031

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
8080
SCCACHE_BUCKET: 'python-build-standalone-sccache'
8181
SCCACHE_S3_USE_SSL: '1'
82+
SCCACHE_IDLE_TIMEOUT: '0'
8283
steps:
8384
- uses: actions/checkout@v2
8485

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
8686
SCCACHE_BUCKET: 'python-build-standalone-sccache'
8787
SCCACHE_S3_USE_SSL: '1'
88+
SCCACHE_IDLE_TIMEOUT: '0'
8889
steps:
8990
- uses: actions/checkout@v2
9091

0 commit comments

Comments
 (0)