fix nightly for miri to 2022-06-08 to avoid timeouts (#4984)
# Objective - Fix timeout in miri ## Solution - Use a nightly version from before the issue happened: 2022-06-08 - To be checked after https://github.com/rust-lang/miri/issues/2223 is fixed
This commit is contained in:
parent
57b4620a7d
commit
728d9696d7
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@ -76,18 +76,20 @@ jobs:
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/bin/
|
||||
~/.cargo/registry/index/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
target/
|
||||
key: ${{ runner.os }}-cargo-miri-${{ hashFiles('**/Cargo.toml') }}
|
||||
# TODO: re-enable cache once nightly is unpinned
|
||||
# - uses: actions/cache@v3
|
||||
# with:
|
||||
# path: |
|
||||
# ~/.cargo/bin/
|
||||
# ~/.cargo/registry/index/
|
||||
# ~/.cargo/registry/cache/
|
||||
# ~/.cargo/git/db/
|
||||
# target/
|
||||
# key: ${{ runner.os }}-cargo-miri-${{ hashFiles('**/Cargo.toml') }}
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
# TODO: check again with nightly once https://github.com/rust-lang/miri/issues/2223 is fixed
|
||||
toolchain: nightly-2022-06-08
|
||||
components: miri
|
||||
override: true
|
||||
- name: Install alsa and udev
|
||||
|
Loading…
Reference in New Issue
Block a user