Revert "specify the sccache version "

This commit is contained in:
Sylvestre Ledru 2023-06-04 13:03:31 +02:00 committed by GitHub
parent 99fa504257
commit 29027405d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 26 deletions

View file

@ -183,8 +183,6 @@ 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
@ -295,8 +293,6 @@ 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
@ -351,8 +347,6 @@ 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
@ -441,8 +435,6 @@ 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: |
@ -485,8 +477,6 @@ 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:
@ -514,8 +504,6 @@ 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:
@ -539,8 +527,6 @@ 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: |
@ -666,8 +652,6 @@ 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
@ -921,8 +905,6 @@ 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: |
@ -1007,8 +989,6 @@ 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: |
@ -1093,8 +1073,6 @@ 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

View file

@ -34,8 +34,6 @@ 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:
@ -126,8 +124,6 @@ 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: