Skip to content

Commit

Permalink
remove remainder cachepot and replace by sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr authored and sylvestre committed Mar 11, 2023
1 parent b9a57a3 commit 82813c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
rustc: 1.60.0
extra_desc: dist-server
extra_args: --no-default-features --features=dist-tests test_dist_ -- --test-threads 1
cachepot_log: cachepot=trace
sccache_log: sccache=trace
dist_exec_strategy: docker
- os: ubuntu-20.04
rustc: 1.56.1
rustc: 1.60.0
extra_desc: dist-worker
extra_args: --no-default-features --features=dist-tests test_dist_ -- --test-threads 1
cachepot_log: cachepot=trace
cachepot_sandbox: userns
sccache_log: sccache=trace
sccache_sandbox: userns
dist_exec_strategy: spawn
- os: ubuntu-20.04
rustc: stable
Expand All @@ -78,8 +78,8 @@ jobs:
env:
RUST_BACKTRACE: 1
DIST_EXEC_STRATEGY: ${{ matrix.dist_exec_strategy }}
SCCACHE_SANDBOX: ${{ matrix.cachepot_sandbox }}
SCCACHE_LOG: ${{ matrix.cachepot_log }}
SCCACHE_SANDBOX: ${{ matrix.sccache_sandbox }}
SCCACHE_LOG: ${{ matrix.sccache_log }}
steps:
- name: Clone repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 82813c1

Please sign in to comment.