Browse Source

Disable incremental compilation when sccache is used

See https://github.com/mozilla/sccache#rust
sccache
Philipp Oppermann 2 years ago
parent
commit
b89ad660d7
Failed to extract signature
2 changed files with 7 additions and 0 deletions
  1. +1
    -0
      .github/workflows/ci-python.yml
  2. +6
    -0
      .github/workflows/ci.yml

+ 1
- 0
.github/workflows/ci-python.yml View File

@@ -16,6 +16,7 @@ jobs:
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
CARGO_INCREMENTAL: 0
steps:
- uses: actions/checkout@v3



+ 6
- 0
.github/workflows/ci.yml View File

@@ -17,6 +17,7 @@ jobs:
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
CARGO_INCREMENTAL: 0
steps:
- uses: actions/checkout@v3
- uses: r7kamura/rust-problem-matchers@v1.1.0
@@ -41,6 +42,7 @@ jobs:
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
CARGO_INCREMENTAL: 0
steps:
- uses: actions/checkout@v3

@@ -78,6 +80,7 @@ jobs:
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
CARGO_INCREMENTAL: 0
steps:
- uses: actions/checkout@v3

@@ -114,6 +117,7 @@ jobs:
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
CARGO_INCREMENTAL: 0
steps:
- uses: actions/checkout@v3

@@ -133,6 +137,7 @@ jobs:
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
CARGO_INCREMENTAL: 0
steps:
- uses: actions/checkout@v3

@@ -165,6 +170,7 @@ jobs:
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
CARGO_INCREMENTAL: 0
steps:
- uses: actions/checkout@v3



Loading…
Cancel
Save