summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2023-06-04 09:46:02 +0200
committerGitHub <noreply@github.com>2023-06-04 09:46:02 +0200
commitea3e4c5ca6ec3f6d78c0850f2a39337f1f91f48a (patch)
tree6f0e4595c8760c8296b54330e9d621982be39e0f
parent160952a42c1d208ea29c3be478f326cbea6b447b (diff)
parentca9cf3757b4e26e913c9e4d3b3384840308e10d5 (diff)
Merge pull request #4939 from sylvestre/sccache2
specify the sccache version
-rw-r--r--.github/workflows/CICD.yml22
-rw-r--r--.github/workflows/freebsd.yml4
2 files changed, 26 insertions, 0 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index fb2300ba9..8c595537f 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -183,6 +183,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
+ with:
+ version: "v0.5.0"
- name: Initialize workflow variables
id: vars
shell: bash
@@ -293,6 +295,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
+ with:
+ version: "v0.5.0"
- name: Initialize workflow variables
id: vars
shell: bash
@@ -347,6 +351,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
+ with:
+ version: "v0.5.0"
- name: Initialize workflow variables
id: vars
shell: bash
@@ -435,6 +441,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
+ with:
+ version: "v0.5.0"
- name: "`make build`"
shell: bash
run: |
@@ -477,6 +485,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
+ with:
+ version: "v0.5.0"
- name: Test
run: cargo nextest run --hide-progress-bar --profile ci ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }}
env:
@@ -504,6 +514,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
+ with:
+ version: "v0.5.0"
- name: Test
run: cargo nextest run --hide-progress-bar --profile ci ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }}
env:
@@ -527,6 +539,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
+ with:
+ version: "v0.5.0"
- name: Install dependencies
shell: bash
run: |
@@ -652,6 +666,8 @@ jobs:
key: "${{ matrix.job.os }}_${{ matrix.job.target }}"
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
+ with:
+ version: "v0.5.0"
- name: Initialize workflow variables
id: vars
shell: bash
@@ -905,6 +921,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
+ with:
+ version: "v0.5.0"
- name: Install/setup prerequisites
shell: bash
run: |
@@ -989,6 +1007,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
+ with:
+ version: "v0.5.0"
- name: Build coreutils as multiple binaries
shell: bash
run: |
@@ -1073,6 +1093,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
+ with:
+ version: "v0.5.0"
# - name: Reattach HEAD ## may be needed for accurate code coverage info
# run: git checkout ${{ github.head_ref }}
- name: Initialize workflow variables
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml
index 9507b3a56..50746154b 100644
--- a/.github/workflows/freebsd.yml
+++ b/.github/workflows/freebsd.yml
@@ -34,6 +34,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
+ with:
+ version: "v0.5.0"
- name: Prepare, build and test
uses: vmactions/freebsd-vm@v0.3.0
with:
@@ -124,6 +126,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
+ with:
+ version: "v0.5.0"
- name: Prepare, build and test
uses: vmactions/freebsd-vm@v0.3.0
with: